On Monday, February 16, 2015 11:35:47 AM Brad King wrote: > On 02/15/2015 03:27 PM, [email protected] wrote: > > From: Robert Dailey <[email protected]> > > > > The -T parameter to CMake may now be specified through QtDialog > > (cmake-gui) via a new text field in the first-time configure > > wizard (below the generator chooser). > > Thanks for working on this. I think QCMake::setBinaryDirectory > also needs to check for CMAKE_GENERATOR_TOOLSET from an existing > cache file much like it already does for CMAKE_GENERATOR. One > may currently use the "Add Entry" button to pre-define an entry > for CMAKE_GENERATOR_TOOLSET to set this from the GUI indirectly. > > Since not all generators support this field, we should not present > it when a non-supporting generator is selected. This will need > some type of query on the selected generator to be added. > > Thanks, > -Brad
In addition to Brad's comments, QCMake::deleteCache() should reset the Toolset member. Thanks, Clint -- 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
