[CMake] cmake.exe build type from cmd

Lars laasunde at hotmail.com
Wed Oct 21 07:56:07 EDT 2015


Hello,
 
Using CMake 3.3 on Windows 7 platform with VS2012.
 
To build software I run;
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Visual Studio 11" /path/to/source
msbuild /m /p:Configuration=RelWithDebInfo INSTALL.wcxproj 
 
To help developers I would like to create a couple of scripts. Does cmake.exe provide any means to return the value of an cache entry? I would like to know the value of CMAKE_BUILD_TYPE. Do not want to parse the CMakeCache.txt file.
 
Appreciate any input.
 
kind regards, LarsA
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20151021/8ede04a1/attachment.html>


More information about the CMake mailing list