Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9.3
-
None
-
Visual Studio 2010, CMake 3.6
Description
There is code in DefinePlatformSpecifc.cmake (note the file name has a typo in it) that allows one to set -DWITH_MT=ON and that will force the build to use a static runtime link. This works for debug and release builds, but not for RelWithDebInfo builds because the list in the cmake file is incomplete.
It would be nice to switch to the ucm.cmake tools to make this a bit easier, but to fix this just a couple lines need to be added to that define cmake.
Attachments
Issue Links
- links to