summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-16 19:00:00 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-12-16 19:00:00 (GMT)
commit92199485c01e701fa850a7714d70e3cb342b76c8 (patch)
tree7e3993984875ab11af8b0d0b8d633a252a1e9a4d /Tests
parent4f769d18d12eafb377a1105f26b39f949fb0ca15 (diff)
parenta75a0a14484a7f11961430006fad602099d22f6c (diff)
downloadCMake-92199485c01e701fa850a7714d70e3cb342b76c8.zip
CMake-92199485c01e701fa850a7714d70e3cb342b76c8.tar.gz
CMake-92199485c01e701fa850a7714d70e3cb342b76c8.tar.bz2
Merge topic 'custom-command-slashes'
a75a0a1 Normalize add_custom_command OUTPUT names (#10485)
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 746c9a7..13f4233 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -55,7 +55,7 @@ ADD_CUSTOM_COMMAND(
# Test creating files from a custom target
#
################################################################
-ADD_CUSTOM_COMMAND(OUTPUT ${PROJECT_BINARY_DIR}/doc1.dvi
+ADD_CUSTOM_COMMAND(OUTPUT ${PROJECT_BINARY_DIR}//doc1.dvi # test 2 slashes
DEPENDS ${PROJECT_SOURCE_DIR}/doc1.tex
COMMAND ${CMAKE_COMMAND}
ARGS -E copy ${PROJECT_SOURCE_DIR}/doc1.tex