diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:50:52 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:50:52 (GMT) |
commit | 416afb7d5ab573c53af9910fbbba53cd75aa4167 (patch) | |
tree | 6446f7f5709349788ed6e5fd0c041e668833275b /Tests/ComplexRelativePaths/CMakeLists.txt | |
parent | 5ceb05f2ba95827d0d2c43c535c9ad846455e8e5 (diff) | |
download | CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.zip CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.tar.gz CMake-416afb7d5ab573c53af9910fbbba53cd75aa4167.tar.bz2 |
ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb.
Diffstat (limited to 'Tests/ComplexRelativePaths/CMakeLists.txt')
-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 fd3a2ba..eaaeed9 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -19,7 +19,7 @@ IF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake) INCLUDE(${Complex_SOURCE_DIR}/VarTests.cmake) ENDIF (EXISTS ${Complex_SOURCE_DIR}/VarTests.cmake) -LOAD_CACHE(${Complex_SOURCE_DIR} +LOAD_CACHE(${Complex_SOURCE_DIR}/Cache EXCLUDE CACHE_TEST_VAR_EXCLUDED INCLUDE_INTERNALS |