diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-15 21:28:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-15 21:28:50 (GMT) |
commit | 0795d64a235a9587dee736f4393c4462f58984de (patch) | |
tree | 987ed700d165d1a612fe4ffa398117d6d8151a35 /Tests | |
parent | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (diff) | |
download | CMake-0795d64a235a9587dee736f4393c4462f58984de.zip CMake-0795d64a235a9587dee736f4393c4462f58984de.tar.gz CMake-0795d64a235a9587dee736f4393c4462f58984de.tar.bz2 |
BUG: Fix test
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/SimpleInstall/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Tests/SimpleInstallS2/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt index 411aa97..592cc6b 100644 --- a/Tests/SimpleInstall/CMakeLists.txt +++ b/Tests/SimpleInstall/CMakeLists.txt @@ -68,7 +68,7 @@ ELSE(STAGE2) INSTALL_TARGETS(/bin SimpleInstall) INSTALL_TARGETS(/lib test1 test2 test3 test4) - INSTALL_TARGETS(/include lib1.h lib2.h lib3.h) + INSTALL_FILES(/include FILES lib1.h lib2.h lib3.h) SET_TARGET_PROPERTIES(SimpleInstall PROPERTIES OUTPUT_NAME SimpleInstallExe) # Disable VERSION test until it is implemented in the XCode generator. diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt index 411aa97..592cc6b 100644 --- a/Tests/SimpleInstallS2/CMakeLists.txt +++ b/Tests/SimpleInstallS2/CMakeLists.txt @@ -68,7 +68,7 @@ ELSE(STAGE2) INSTALL_TARGETS(/bin SimpleInstall) INSTALL_TARGETS(/lib test1 test2 test3 test4) - INSTALL_TARGETS(/include lib1.h lib2.h lib3.h) + INSTALL_FILES(/include FILES lib1.h lib2.h lib3.h) SET_TARGET_PROPERTIES(SimpleInstall PROPERTIES OUTPUT_NAME SimpleInstallExe) # Disable VERSION test until it is implemented in the XCode generator. |