diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 21:30:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 21:30:03 (GMT) |
commit | c308c233a0a81e22ec01974260510111850d9207 (patch) | |
tree | 4c65f5e311f8c76640922a2b9fa7b251f66e090b /Templates/CMakeSystemConfig.cmake.in | |
parent | 65ea235240401dec2b7b33ebcd620c92b849f5d0 (diff) | |
download | CMake-c308c233a0a81e22ec01974260510111850d9207.zip CMake-c308c233a0a81e22ec01974260510111850d9207.tar.gz CMake-c308c233a0a81e22ec01974260510111850d9207.tar.bz2 |
ENH: more sgi -LANG stuff
Diffstat (limited to 'Templates/CMakeSystemConfig.cmake.in')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index bac362e..e50192f 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -54,3 +54,4 @@ SET (CMAKE_NO_ANSI_STREAM_HEADERS @CMAKE_NO_ANSI_STREAM_HEADERS@ CACHE INTERNAL SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ CACHE INTERNAL "does the compiler support std:: ") SET (CMAKE_NO_ANSI_FOR_SCOPE @CMAKE_NO_ANSI_FOR_SCOPE@ CACHE INTERNAL "does the compiler support ansi for scoping.") SET (CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@ CACHE INTERNAL "Is the compile GNU C++") +SET (CMAKE_ANSI_CFLAGS @CMAKE_ANSI_CFLAGS@ CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") |