mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
4babc9058a
The following was disallowed: add_library(iface INTERFACE) target_link_libraries(iface PUBLIC) just due to the mention of the `PUBLIC` keyword. Instead, only error if there are actually `PUBLIC` dependencies specified (and analogously for other restrictions). Update tests to expect this new behavior. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
empty_keyword_args.cmake | ||
RunCMakeTest.cmake |