diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-19 11:28:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-06-19 11:28:30 (GMT) |
commit | cc59f9bd1f0510d2eac2a5599cc2389c297cc9dc (patch) | |
tree | 567dfb9c7debb70de9a33cd3a6624e919a68b8e6 /Tests/ComplexRelativePaths | |
parent | 28895b0f9f83d52f7a4e412888f93f0dd1920f76 (diff) | |
download | CMake-cc59f9bd1f0510d2eac2a5599cc2389c297cc9dc.zip CMake-cc59f9bd1f0510d2eac2a5599cc2389c297cc9dc.tar.gz CMake-cc59f9bd1f0510d2eac2a5599cc2389c297cc9dc.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index 9eefd8b..0549c6f 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -14,7 +14,7 @@ ENDIF (CMAKE_ANSI_CXXFLAGS) IF(CMAKE_SYSTEM MATCHES "OSF1-V.*") IF(NOT CMAKE_COMPILER_IS_GNUCXX) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tweak -no_implicit_include ") + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -timplicit_local -no_implicit_include ") ENDIF(NOT CMAKE_COMPILER_IS_GNUCXX) ENDIF(CMAKE_SYSTEM MATCHES "OSF1-V.*") |