diff options
author | Brad King <brad.king@kitware.com> | 2019-09-26 18:47:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-26 18:58:26 (GMT) |
commit | cf01d3d2bd649ab1157641b3212a360b06db747f (patch) | |
tree | 0bbeed9725d861e441a701d937fbbec6c3da446f /Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake | |
parent | 21442d72a44c2bd732f2ff19ed89ce488854d25d (diff) | |
download | CMake-cf01d3d2bd649ab1157641b3212a360b06db747f.zip CMake-cf01d3d2bd649ab1157641b3212a360b06db747f.tar.gz CMake-cf01d3d2bd649ab1157641b3212a360b06db747f.tar.bz2 |
Tests: Clarify target names in RunCMake.add_subdirectory ExcludeFromAll
Rename the `baz` target to `subinc` to clarify that its role is to be
included even though it is in an otherwise excluded subdirectory.
Diffstat (limited to 'Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake')
-rw-r--r-- | Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake b/Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake index cc31428..16f39d9 100644 --- a/Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake +++ b/Tests/RunCMake/add_subdirectory/ExcludeFromAll.cmake @@ -9,5 +9,5 @@ file(GENERATE OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/check-$<LOWER_CASE:$<CONFIG>>.c set(main_exe \"$<TARGET_FILE:main>\") set(foo_lib \"$<TARGET_FILE:foo>\") set(bar_lib \"$<TARGET_FILE:bar>\") -set(baz_lib \"$<TARGET_FILE:baz>\") +set(subinc_lib \"$<TARGET_FILE:subinc>\") ") |