summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeDotNetSystemConfig.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-01 14:00:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-01 14:00:31 (GMT)
commit3da299a796f6905662cbee7361e9a59c3c59c7b5 (patch)
tree2be91ba70da59e30e90396d6a858c70e43c23ab3 /Templates/CMakeDotNetSystemConfig.cmake
parent9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (diff)
downloadCMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.zip
CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.gz
CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.bz2
ENH: add some OS/compiler variables
Diffstat (limited to 'Templates/CMakeDotNetSystemConfig.cmake')
-rw-r--r--Templates/CMakeDotNetSystemConfig.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/Templates/CMakeDotNetSystemConfig.cmake b/Templates/CMakeDotNetSystemConfig.cmake
index e4bae83..f20e099 100644
--- a/Templates/CMakeDotNetSystemConfig.cmake
+++ b/Templates/CMakeDotNetSystemConfig.cmake
@@ -10,6 +10,12 @@ FIND_PROGRAM(MICROSOFT_DEVENV
"c:/Program Files/Microsoft Visual Studio.NET/Common7/IDE"
)
+SET (CMAKE_BUILD_TOOL devenv CACHE INTERNAL
+ "What is the target build tool cmake is generating for.")
+
+SET (CMAKE_SYSTEM "Win32" CACHE INTERNAL
+ "What system is this. Result of uname.")
+
SET (CMAKE_CXX_COMPILER cl CACHE STRING
"Name of C++ compiler used.")
@@ -37,7 +43,6 @@ SET (BUILDNAME "Win32-DotNET-devenv" CACHE STRING
SET (CMAKE_CONFIGURATION_TYPES "Debug Release MinSizeRel RelWithDebInfo" CACHE STRING
"Space separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored.")
-
# We will hardcode them for now. Make sure to fix that in the future
SET (CMAKE_SIZEOF_INT 4 CACHE INTERNAL "Size of int data type")
SET (CMAKE_SIZEOF_LONG 4 CACHE INTERNAL "Size of long data type")