mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
37a25072ea
Generalize the test name to prepare for cases beyond CMP0028.
6 lines
112 B
CMake
6 lines
112 B
CMake
|
|
cmake_policy(SET CMP0028 NEW)
|
|
|
|
add_library(foo empty.cpp)
|
|
target_link_libraries(foo PRIVATE External::Library)
|