summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake')
-rw-r--r--Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake b/Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake
index d7ec50d..7a9e91e 100644
--- a/Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake
+++ b/Tests/RunCMake/CMP0040/CMP0040-OLD-existing-target.cmake
@@ -3,5 +3,5 @@ cmake_policy(SET CMP0040 OLD)
add_library(foobar empty.cpp)
add_custom_command(TARGET foobar PRE_BUILD
- COMMAND "${CMAKE_COMMAND} -E echo hello world"
+ COMMAND ${CMAKE_COMMAND} -E echo hello world
)