diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
commit | 3da299a796f6905662cbee7361e9a59c3c59c7b5 (patch) | |
tree | 2be91ba70da59e30e90396d6a858c70e43c23ab3 /Templates/CMakeSystemConfig.cmake.in | |
parent | 9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (diff) | |
download | CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.zip CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.gz CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.bz2 |
ENH: add some OS/compiler variables
Diffstat (limited to 'Templates/CMakeSystemConfig.cmake.in')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index 907f3cf..54aa2bf 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -111,6 +111,12 @@ SET (CMAKE_NO_ANSI_FOR_SCOPE @CMAKE_NO_ANSI_FOR_SCOPE@ CACHE INTERNAL SET (CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@ CACHE INTERNAL "Is the compile GNU C++.") +SET (CMAKE_SYSTEM @CMAKE_SYSTEM@ CACHE INTERNAL + "What system is this. Result of uname.") + +SET (CMAKE_BUILD_TOOL make CACHE INTERNAL + "What is the target build tool cmake is generating for.") + SET (CMAKE_ANSI_CFLAGS @CMAKE_ANSI_CFLAGS@ CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") |