diff options
author | Brad King <brad.king@kitware.com> | 2013-11-14 16:28:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-14 16:28:07 (GMT) |
commit | 42eaf3416890ca6fc4462c112492bb740e943525 (patch) | |
tree | a1c0105a76065349c1397de9a262651aceb06d0d /Tests/CMakeLists.txt | |
parent | 0b2d376142a46efe6cc68814c4f72eb8a618e590 (diff) | |
parent | 15610bb5b16a4f39202a84a6f6ef1a22b17170df (diff) | |
download | CMake-42eaf3416890ca6fc4462c112492bb740e943525.zip CMake-42eaf3416890ca6fc4462c112492bb740e943525.tar.gz CMake-42eaf3416890ca6fc4462c112492bb740e943525.tar.bz2 |
Merge topic 'configure_file-drop-IMMEDIATE'
15610bb Drop use of configure_file IMMEDIATE option
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 063ad11..6426b3a 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2538,7 +2538,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ configure_file( ${CMake_SOURCE_DIR}/Tests/TestInstall.sh.in ${CMake_BINARY_DIR}/Tests/TestShellInstall/TestInstall.sh - @ONLY IMMEDIATE + @ONLY ) add_test(ShellInstall /bin/sh ${CMake_BINARY_DIR}/Tests/TestShellInstall/TestShellInstall.sh) endif() |