summaryrefslogtreecommitdiff
path: root/Tests/LoadCommandOneConfig
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-08-30 13:58:46 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2005-08-30 13:58:46 -0400
commit62ae06081eff9881a1ff119ff6397521d9ce5900 (patch)
tree52175f97d12d2351c30b7f8f67db603bdc5f5160 /Tests/LoadCommandOneConfig
parentfeb2d86f26b40b7b12431c21a3e60d03f6c1ed79 (diff)
downloadcmake-62ae06081eff9881a1ff119ff6397521d9ce5900.tar.gz
ENH: use native Deployment and Development directories
Diffstat (limited to 'Tests/LoadCommandOneConfig')
-rw-r--r--Tests/LoadCommandOneConfig/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt
index f69d29286d..6c1eb453db 100644
--- a/Tests/LoadCommandOneConfig/CMakeLists.txt
+++ b/Tests/LoadCommandOneConfig/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)