summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-15 16:28:50 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-15 16:28:50 -0500
commit0795d64a235a9587dee736f4393c4462f58984de (patch)
tree987ed700d165d1a612fe4ffa398117d6d8151a35 /Tests/SimpleInstallS2
parent74eaecfc3e049e96dd30ecadc1d62fb235d3caba (diff)
downloadcmake-0795d64a235a9587dee736f4393c4462f58984de.tar.gz
BUG: Fix test
Diffstat (limited to 'Tests/SimpleInstallS2')
-rw-r--r--Tests/SimpleInstallS2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/CMakeLists.txt b/Tests/SimpleInstallS2/CMakeLists.txt
index 411aa97a2b..592cc6bd3a 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.