diff options
author | Brad King <brad.king@kitware.com> | 2021-06-25 15:29:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-25 15:29:46 (GMT) |
commit | a95cbf389015ed71443921e5815369cff30349ee (patch) | |
tree | 08680feb23800f3f2570557e64974465fa9dbcb1 /Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake | |
parent | 4a0e68266b74479275ca62aca258ca876bc15fc4 (diff) | |
download | CMake-a95cbf389015ed71443921e5815369cff30349ee.zip CMake-a95cbf389015ed71443921e5815369cff30349ee.tar.gz CMake-a95cbf389015ed71443921e5815369cff30349ee.tar.bz2 |
Tests: Shorten RunCMake.GenEx-* case names
Reduce the length of the longest path on disk needed by the tests.
Diffstat (limited to 'Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake')
-rw-r--r-- | Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake b/Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake new file mode 100644 index 0000000..53afea1 --- /dev/null +++ b/Tests/RunCMake/GenEx-HOST_LINK/target_compile_options.cmake @@ -0,0 +1,4 @@ + +enable_language(C) +add_executable(empty empty.c) +target_compile_options(empty PRIVATE $<HOST_LINK:-OPT>) |