BUG: Fix SimpleInstall test to work with new dependency of package on all.

This commit is contained in:
Brad King 2008-01-01 10:54:49 -05:00
parent 06a24eee51
commit 24d6ecd81c
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ SET(CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/MyTest/lib)
# Skip the dependency that causes a build when installing. This # Skip the dependency that causes a build when installing. This
# avoids infinite loops when the post-build rule below installs. # avoids infinite loops when the post-build rule below installs.
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1) SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
SET(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY 1)
SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix") SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")

View File

@ -18,6 +18,7 @@ SET(CMAKE_INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/MyTest/lib)
# Skip the dependency that causes a build when installing. This # Skip the dependency that causes a build when installing. This
# avoids infinite loops when the post-build rule below installs. # avoids infinite loops when the post-build rule below installs.
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1) SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY 1)
SET(CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY 1)
SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix") SET(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")