mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
fe4b25ec2f
Now, several `INTERFACE_*` properties can be set on `IMPORTED` targets, not only via `set_property` and `set_target_properties` but also via `target_compile_definitions`, `target_compile_features`, `target_compile_options`, `target_include_directories`, `target_sources` and `target_link_libraries`. Fixes: #15689 Issue: #17197
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
^CMake Error at ImportedTargetFailure.cmake:[0-9]+ \(target_link_libraries\):
|
|
IMPORTED library can only be used with the INTERFACE keyword of
|
|
target_link_libraries
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|