diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-01-22 12:37:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-01-22 12:37:01 (GMT) |
commit | 0e0e4c1a1a0121c4afb6974b93b3c1aa701fc2e8 (patch) | |
tree | 3dbdc1371fb4e0b3b862bf82b32bad8d1d739f94 /Tests | |
parent | 1c26b1b73cbe987029f0a4558f432fd9dc4422a9 (diff) | |
download | CMake-0e0e4c1a1a0121c4afb6974b93b3c1aa701fc2e8.zip CMake-0e0e4c1a1a0121c4afb6974b93b3c1aa701fc2e8.tar.gz CMake-0e0e4c1a1a0121c4afb6974b93b3c1aa701fc2e8.tar.bz2 |
flags already there, just not working
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Complex/CMakeLists.txt | 10 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/CMakeLists.txt | 10 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index c28ea62..fd3a2ba 100644 --- a/Tests/Complex/CMakeLists.txt +++ b/Tests/Complex/CMakeLists.txt @@ -12,16 +12,6 @@ ENDIF (CMAKE_ANSI_CXXFLAGS) ADD_DEFINITIONS(-DCMAKE_IS_FUN) -# use the ANSI flags to compile complex as it uses cmSystemTools from -# the cmake library which requires ansi -IF (CMAKE_ANSI_CXXFLAGS) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}") -ENDIF (CMAKE_ANSI_CXXFLAGS) - -IF (CMAKE_ANSI_CFLAGS) - SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}") -ENDIF (CMAKE_ANSI_CFLAGS) - # # Include vars from a file and from a cache # diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt index c28ea62..fd3a2ba 100644 --- a/Tests/ComplexOneConfig/CMakeLists.txt +++ b/Tests/ComplexOneConfig/CMakeLists.txt @@ -12,16 +12,6 @@ ENDIF (CMAKE_ANSI_CXXFLAGS) ADD_DEFINITIONS(-DCMAKE_IS_FUN) -# use the ANSI flags to compile complex as it uses cmSystemTools from -# the cmake library which requires ansi -IF (CMAKE_ANSI_CXXFLAGS) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}") -ENDIF (CMAKE_ANSI_CXXFLAGS) - -IF (CMAKE_ANSI_CFLAGS) - SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}") -ENDIF (CMAKE_ANSI_CFLAGS) - # # Include vars from a file and from a cache # diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index c28ea62..fd3a2ba 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -12,16 +12,6 @@ ENDIF (CMAKE_ANSI_CXXFLAGS) ADD_DEFINITIONS(-DCMAKE_IS_FUN) -# use the ANSI flags to compile complex as it uses cmSystemTools from -# the cmake library which requires ansi -IF (CMAKE_ANSI_CXXFLAGS) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}") -ENDIF (CMAKE_ANSI_CXXFLAGS) - -IF (CMAKE_ANSI_CFLAGS) - SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}") -ENDIF (CMAKE_ANSI_CFLAGS) - # # Include vars from a file and from a cache # |