summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeSystemConfig.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-27 14:11:48 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-27 14:11:48 (GMT)
commit66be1686da0c63454ba085a51527e9d52c6c5268 (patch)
treea93da84c2b415475f951a2bd0283b15cb6b74044 /Templates/CMakeSystemConfig.cmake.in
parent277228e3aa92a025b3581cd0e808aaa89fd16852 (diff)
downloadCMake-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.in1
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.")