diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 14:11:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 14:11:48 (GMT) |
commit | 66be1686da0c63454ba085a51527e9d52c6c5268 (patch) | |
tree | a93da84c2b415475f951a2bd0283b15cb6b74044 /Templates/CMakeSystemConfig.cmake.in | |
parent | 277228e3aa92a025b3581cd0e808aaa89fd16852 (diff) | |
download | CMake-66be1686da0c63454ba085a51527e9d52c6c5268.zip CMake-66be1686da0c63454ba085a51527e9d52c6c5268.tar.gz CMake-66be1686da0c63454ba085a51527e9d52c6c5268.tar.bz2 |
ENH: sgi -LANG:std
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 e50192f..b2d51d5 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -55,3 +55,4 @@ SET (CMAKE_NO_STD_NAMESPACE @CMAKE_NO_STD_NAMESPACE@ CACHE INTERNAL "does 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.") +SET (CMAKE_ANSI_CXXFLAGS @CMAKE_ANSI_CXXFLAGS@ CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") |