diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-08 17:12:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-08 17:12:15 (GMT) |
commit | 4d6dba4c37928026b577870e93128e55cd16a24f (patch) | |
tree | accd0180545ce70a9491bdf54bda9c0cdfe54e22 /Modules/TestForANSIForScope.cmake | |
parent | 8b1d032b7beb96ba7931939bda46eb70a8434310 (diff) | |
download | CMake-4d6dba4c37928026b577870e93128e55cd16a24f.zip CMake-4d6dba4c37928026b577870e93128e55cd16a24f.tar.gz CMake-4d6dba4c37928026b577870e93128e55cd16a24f.tar.bz2 |
ENH: only force the use of ansi flags in backwards mode
Diffstat (limited to 'Modules/TestForANSIForScope.cmake')
-rw-r--r-- | Modules/TestForANSIForScope.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake index 0192062..12b770c 100644 --- a/Modules/TestForANSIForScope.cmake +++ b/Modules/TestForANSIForScope.cmake @@ -7,8 +7,7 @@ IF(NOT CMAKE_ANSI_FOR_SCOPE) MESSAGE(STATUS "Check for ANSI scope") TRY_COMPILE(CMAKE_ANSI_FOR_SCOPE ${CMAKE_BINARY_DIR} - ${CMAKE_ROOT}/Modules/TestForAnsiForScope.cxx - CMAKE_FLAGS -DCOMPILE_DEFINITIONS:STRING=${CMAKE_ANSI_CXXFLAGS}) + ${CMAKE_ROOT}/Modules/TestForAnsiForScope.cxx) IF (CMAKE_ANSI_FOR_SCOPE) MESSAGE(STATUS "Check for ANSI scope - found") SET (CMAKE_NO_ANSI_FOR_SCOPE 0 CACHE INTERNAL |