summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-01 15:54:49 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-01 15:54:49 (GMT)
commit24d6ecd81cf457367c622cd166da5d49f54bf42b (patch)
tree2a3351623f1aa31fb6e4f4d08d934341484bc431 /Tests
parent06a24eee516e3c7caa034dcaf3047f7105eb2a31 (diff)
downloadCMake-24d6ecd81cf457367c622cd166da5d49f54bf42b.zip
CMake-24d6ecd81cf457367c622cd166da5d49f54bf42b.tar.gz
CMake-24d6ecd81cf457367c622cd166da5d49f54bf42b.tar.bz2
BUG: Fix SimpleInstall test to work with new dependency of package on all.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt1
-rw-r--r--Tests/SimpleInstallS2/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 23930d4..2f181ef 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -18,6 +18,7 @@ SET(CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/MyTest/lib)
# Skip the dependency that causes a build when installing. This
# avoids infinite loops when the post-build rule below installs.
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
+SET(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY 1)
SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt
index 23930d4..2f181ef 100644
--- a/Tests/SimpleInstallS2/CMakeLists.txt
+++ b/Tests/SimpleInstallS2/CMakeLists.txt
@@ -18,6 +18,7 @@ SET(CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/MyTest/lib)
# Skip the dependency that causes a build when installing. This
# avoids infinite loops when the post-build rule below installs.
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
+SET(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY 1)
SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")