<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<BR> <BR>Using CMake 3.3 on Windows 7 platform with VS2012.<BR> <BR>To build software I run;<BR>cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Visual Studio 11" /path/to/source<BR>msbuild /m /p:Configuration=RelWithDebInfo INSTALL.wcxproj <BR> <BR>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.<BR> <BR>Appreciate any input.<BR> <BR>kind regards, LarsA<BR>                                      </div></body>
</html>