summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-06-28 13:37:02 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-06-28 13:37:02 +0200
commit71a5ff718a8c967971bb8f9ea6e064d551f3a9eb (patch)
tree7dab407b831e37279a1779548815d3fb9f6c27eb /test cases
parent647d80f34cb09d5585fc690399e8aede0f4294b0 (diff)
downloadmeson-71a5ff718a8c967971bb8f9ea6e064d551f3a9eb.tar.gz
cmake: Skip ARGS key in COMMAND
Diffstat (limited to 'test cases')
-rw-r--r--test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt b/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
index 7143cf323..259151c2c 100644
--- a/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
+++ b/test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
@@ -11,7 +11,7 @@ add_executable(mycpy cp.cpp)
add_custom_command(
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/genTest.cpp" "${CMAKE_CURRENT_BINARY_DIR}/genTest.hpp"
- COMMAND gen genTest
+ COMMAND gen ARGS genTest
)
add_custom_command(