summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-18 12:07:53 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-18 12:07:53 (GMT)
commit40a99bcd1a90828256167a64cf6bd57ce269def7 (patch)
treefab9b0453301fe7c1811d4dc4abc156a12557e66 /Tests
parentd8aef3fd6370664762b39860936ea5328c87566d (diff)
downloadCMake-40a99bcd1a90828256167a64cf6bd57ce269def7.zip
CMake-40a99bcd1a90828256167a64cf6bd57ce269def7.tar.gz
CMake-40a99bcd1a90828256167a64cf6bd57ce269def7.tar.bz2
removed target
Diffstat (limited to 'Tests')
-rw-r--r--Tests/LoadCommand/CMakeLists.txt2
-rw-r--r--Tests/LoadCommandOneConfig/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt
index 925eab0..987ac32 100644
--- a/Tests/LoadCommand/CMakeLists.txt
+++ b/Tests/LoadCommand/CMakeLists.txt
@@ -7,7 +7,7 @@ SET (TEST_COMMAND_TEST1 1)
TRY_COMPILE(COMPILE_OK
${LoadedCommand_BINARY_DIR}/CMakeCommands
${LoadedCommand_SOURCE_DIR}/CMakeCommands
- CMAKE_LOADED_COMMANDS cmCMAKE_TEST_COMMAND)
+ CMAKE_LOADED_COMMANDS)
# if the compile was OK, try loading the command
IF (COMPILE_OK)
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt
index 925eab0..987ac32 100644
--- a/Tests/LoadCommandOneConfig/CMakeLists.txt
+++ b/Tests/LoadCommandOneConfig/CMakeLists.txt
@@ -7,7 +7,7 @@ SET (TEST_COMMAND_TEST1 1)
TRY_COMPILE(COMPILE_OK
${LoadedCommand_BINARY_DIR}/CMakeCommands
${LoadedCommand_SOURCE_DIR}/CMakeCommands
- CMAKE_LOADED_COMMANDS cmCMAKE_TEST_COMMAND)
+ CMAKE_LOADED_COMMANDS)
# if the compile was OK, try loading the command
IF (COMPILE_OK)