diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2002-03-15 14:40:37 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2002-03-15 14:40:37 (GMT) |
commit | cd91e580543af4e7a875058089f69f56355e05b6 (patch) | |
tree | 1ac3856efed2bb2702708bb8e10564131d2ef739 /Templates | |
parent | ea8be7682fcfefeae5dd0191672f5b78707560b8 (diff) | |
download | CMake-cd91e580543af4e7a875058089f69f56355e05b6.zip CMake-cd91e580543af4e7a875058089f69f56355e05b6.tar.gz CMake-cd91e580543af4e7a875058089f69f56355e05b6.tar.bz2 |
There can be multiple ansi flags now
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index 54aa2bf..3fc0350 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -117,10 +117,10 @@ SET (CMAKE_SYSTEM @CMAKE_SYSTEM@ CACHE INTERNAL 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 +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 +SET (CMAKE_ANSI_CXXFLAGS "@CMAKE_ANSI_CXXFLAGS@" CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") SET (CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION @CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION@ CACHE INTERNAL |