diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-08-30 13:58:46 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-08-30 13:58:46 -0400 |
commit | 62ae06081eff9881a1ff119ff6397521d9ce5900 (patch) | |
tree | 52175f97d12d2351c30b7f8f67db603bdc5f5160 /Tests/LoadCommand | |
parent | feb2d86f26b40b7b12431c21a3e60d03f6c1ed79 (diff) | |
download | cmake-62ae06081eff9881a1ff119ff6397521d9ce5900.tar.gz |
ENH: use native Deployment and Development directories
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r-- | Tests/LoadCommand/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index f69d29286d..6c1eb453db 100644 --- a/Tests/LoadCommand/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeLists.txt @@ -47,6 +47,7 @@ IF (COMPILE_OK) LOAD_COMMAND(CMAKE_TEST_COMMAND ${LoadedCommand_BINARY_DIR}/CMakeCommands ${LoadedCommand_BINARY_DIR}/CMakeCommands/Debug + ${LoadedCommand_BINARY_DIR}/CMakeCommands/Development ) # if the command loaded, execute the command IF (COMMAND CMAKE_TEST_COMMAND) |