summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommand
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-08-30 17:58:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-08-30 17:58:46 (GMT)
commit62ae06081eff9881a1ff119ff6397521d9ce5900 (patch)
tree52175f97d12d2351c30b7f8f67db603bdc5f5160 /Tests/LoadCommand
parentfeb2d86f26b40b7b12431c21a3e60d03f6c1ed79 (diff)
downloadCMake-62ae06081eff9881a1ff119ff6397521d9ce5900.zip
CMake-62ae06081eff9881a1ff119ff6397521d9ce5900.tar.gz
CMake-62ae06081eff9881a1ff119ff6397521d9ce5900.tar.bz2
ENH: use native Deployment and Development directories
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r--Tests/LoadCommand/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt
index f69d292..6c1eb45 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)