diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-21 20:07:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-21 20:07:57 (GMT) |
commit | 7aaf404cc1d71cc837966c5f5c4389b528e8fa0e (patch) | |
tree | 2463bb719271665405ac4658824bd8147a1e3205 /Tests/SimpleInstallS2 | |
parent | 8414c65862cd64c098a5e9ffcb77533c1d6f22c6 (diff) | |
download | CMake-7aaf404cc1d71cc837966c5f5c4389b528e8fa0e.zip CMake-7aaf404cc1d71cc837966c5f5c4389b528e8fa0e.tar.gz CMake-7aaf404cc1d71cc837966c5f5c4389b528e8fa0e.tar.bz2 |
add dep
Diffstat (limited to 'Tests/SimpleInstallS2')
-rw-r--r-- | Tests/SimpleInstallS2/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt index 46689df..df9a644 100644 --- a/Tests/SimpleInstallS2/CMakeLists.txt +++ b/Tests/SimpleInstallS2/CMakeLists.txt @@ -60,6 +60,7 @@ ELSE(STAGE2) SET(install_target SimpleInstall) ADD_DEPENDENCIES(SimpleInstall test3) + ADD_DEPENDENCIES(test2 test3) INSTALL_TARGETS(/bin SimpleInstall) INSTALL_TARGETS(/lib test1 test2 test3) |