summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-06-03 17:40:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-06-03 17:40:34 (GMT)
commitdb4b4533a0623311e36b1c99e57d04c3d6b04761 (patch)
tree9ce39285251c033e1124bf7e1cde310ca9fe6c09 /Tests/ComplexOneConfig
parent350f09ae6d267806051873027d47af64dab81547 (diff)
downloadCMake-db4b4533a0623311e36b1c99e57d04c3d6b04761.zip
CMake-db4b4533a0623311e36b1c99e57d04c3d6b04761.tar.gz
CMake-db4b4533a0623311e36b1c99e57d04c3d6b04761.tar.bz2
changed CCOMMAND to CMAKE
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r--Tests/ComplexOneConfig/Library/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ComplexOneConfig/Library/CMakeLists.txt b/Tests/ComplexOneConfig/Library/CMakeLists.txt
index 250ec32..0f9c5eb 100644
--- a/Tests/ComplexOneConfig/Library/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/Library/CMakeLists.txt
@@ -52,8 +52,8 @@ ADD_CUSTOM_COMMAND(COMMAND ${CREATE_FILE_EXE}
ARGS "${Complex_BINARY_DIR}/Library/postbuild.txt"
TARGET CMakeTestLibraryShared)
-ADD_CUSTOM_COMMAND(COMMAND ${CCOMMAND_COMMAND}
- ARGS copy
+ADD_CUSTOM_COMMAND(COMMAND ${CMAKE_COMMAND}
+ ARGS -E copy
"${Complex_BINARY_DIR}/Library/postbuild.txt"
"${Complex_BINARY_DIR}/Library/postbuild2.txt"
TARGET CMakeTestLibraryShared)