diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2018-10-26 13:11:42 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2018-10-26 16:08:05 (GMT) |
commit | 4201a11c2b5a5bdb442f99f88a5f17d6ae7c4a4c (patch) | |
tree | ecf5018aede6ad380f97b640300d607ce9878b29 /Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake | |
parent | 9e78be8065f6c9c9f363b3e495017715abf9303b (diff) | |
download | CMake-4201a11c2b5a5bdb442f99f88a5f17d6ae7c4a4c.zip CMake-4201a11c2b5a5bdb442f99f88a5f17d6ae7c4a4c.tar.gz CMake-4201a11c2b5a5bdb442f99f88a5f17d6ae7c4a4c.tar.bz2 |
Tests: add tests for empty-value keyword arguments in target_*
Not all of these commands accept non-compilable (i.e., IMPORTED)
targets, so those calls are currently just commented out. If they ever
do start to accept them, the tests should be enabled.
Diffstat (limited to 'Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake b/Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake new file mode 100644 index 0000000..b67c598 --- /dev/null +++ b/Tests/RunCMake/target_compile_definitions/RunCMakeTest.cmake @@ -0,0 +1,3 @@ +include(RunCMake) + +run_cmake(empty_keyword_args) |