mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29: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 OLD)
|
|
|
|
add_library(foo empty.cpp)
|
|
target_link_libraries(foo PRIVATE External::Library)
|