CMake/Tests/RunCMake/target_compile_options
Ben Boeckel 4babc9058a cmTargetPropCommandBase: check keywords after parsing
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.
2018-10-26 12:09:41 -04:00
..
CMakeLists.txt Tests: add tests for empty-value keyword arguments in target_* 2018-10-26 12:08:05 -04:00
empty_keyword_args.cmake Tests: add tests for empty-value keyword arguments in target_* 2018-10-26 12:08:05 -04:00
RunCMakeTest.cmake Tests: add tests for empty-value keyword arguments in target_* 2018-10-26 12:08:05 -04:00