diff options
author | Brad King <brad.king@kitware.com> | 2006-09-25 14:22:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-25 14:22:48 (GMT) |
commit | c1b4a0bf7468eccde909ccfd6ac4b18b813dc245 (patch) | |
tree | 9d66541490514b3fd083962ae915bddc4c1e2fcd /Tests | |
parent | 97c97730a6c93b46295284c5a49d285f57a57121 (diff) | |
download | CMake-c1b4a0bf7468eccde909ccfd6ac4b18b813dc245.zip CMake-c1b4a0bf7468eccde909ccfd6ac4b18b813dc245.tar.gz CMake-c1b4a0bf7468eccde909ccfd6ac4b18b813dc245.tar.bz2 |
BUG: Disable new shell escape code until backward compatibility can be established in the new implementation.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 0fd1523..3af8540 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -199,7 +199,7 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/check_command_line.c.in @ONLY IMMEDIATE) ADD_EXECUTABLE(check_command_line ${CMAKE_CURRENT_BINARY_DIR}/check_command_line.c) -ADD_CUSTOM_TARGET(do_check_command_line ALL +ADD_CUSTOM_TARGET(do_check_command_line #ALL COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line ${CHECK_ARGS} ) |