summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-05 16:42:08 +0000
committerKitware Robot <kwrobot@kitware.com>2023-05-05 12:42:23 -0400
commit5924630e6d4a383ef76412a6f560fbe852837e50 (patch)
treefbab8184157448c3251e09feee8e4ce5c0b6234e /Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake
parent2b5b09556c08bdbcd949e600daa3059f63da240a (diff)
parentc42630ee62df80e649211e99c510cab7ac28fc0b (diff)
downloadcmake-5924630e6d4a383ef76412a6f560fbe852837e50.tar.gz
Merge topic 'compile-only-genex'
c42630ee62 cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex 0fb923c460 cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8411
Diffstat (limited to 'Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake')
-rw-r--r--Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake b/Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake
new file mode 100644
index 0000000000..1bc75f98e5
--- /dev/null
+++ b/Tests/RunCMake/GeneratorExpression/COMPILE_ONLY-not-compiling.cmake
@@ -0,0 +1 @@
+add_custom_target(Custom ALL COMMAND ${CMAKE_COMMAND} -E echo $<COMPILE_ONLY:something>)