The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=15411 ====================================================================== Reported By: Bryn Lloyd Assigned To: ====================================================================== Project: CMake Issue ID: 15411 Category: (No Category) Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2015-02-19 03:41 EST Last Modified: 2015-02-19 03:41 EST ====================================================================== Summary: Toolset is not updated/loaded correctly in CMake GUI Description: Switching projects (build dirs) using different toolset in CMake GUI changes the toolset of the second project.
Steps to Reproduce: We use the CMAKE_GENERATOR_TOOLSET option (or -T from command line). For one project we use the intel compiler toolset with a Visual Studio 2012 generator, for others we don't specify the toolset. When we switch from the project WITH an intel compiler toolset to another project in the CMake GUI, e.g. by selecting a different build folder, the second project suddenly also uses the intel compiler toolset. It seems like CMake GUI has some global variable which is not updated when loading a different project. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-02-19 03:41 Bryn Lloyd New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
