diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-09 19:54:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-09 19:54:34 (GMT) |
commit | aef8110c36773c11283f998c38998d364be9b054 (patch) | |
tree | 0d20d2e13bcf3ebb09e3ec86b89fa70ce10751cf /Tests/ComplexRelativePaths/CMakeLists.txt | |
parent | f990777a605f200d00aa5ba980c1acbdc9446ed9 (diff) | |
download | CMake-aef8110c36773c11283f998c38998d364be9b054.zip CMake-aef8110c36773c11283f998c38998d364be9b054.tar.gz CMake-aef8110c36773c11283f998c38998d364be9b054.tar.bz2 |
added test of SET CACHE FORCE
Diffstat (limited to 'Tests/ComplexRelativePaths/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index 849ec3c..bcc56a5 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -68,6 +68,12 @@ LINK_DIRECTORIES( ) # +# check for SET CACHE FORCE +# +SET(FORCE_TEST 1 CACHE STRING "a test") +SET(FORCE_TEST 0 CACHE STRING "a test" FORCE) + +# # Lib and exe path # SET (LIBRARY_OUTPUT_PATH |