Files
cmake/Source
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
..
2017-01-12 19:29:52 +03:00
2018-06-04 10:32:49 -04:00
2018-10-22 00:01:05 -04:00
2017-04-11 22:35:21 +02:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2017-08-24 23:39:47 +02:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2018-10-18 08:07:46 -04:00
2018-10-18 08:07:46 -04:00
2018-06-04 10:32:49 -04:00
2017-08-24 23:39:47 +02:00
2017-11-03 10:25:05 -04:00
2018-02-13 11:24:30 -05:00
2018-10-03 15:32:46 -04:00
2017-08-24 23:39:47 +02:00
2017-04-11 22:35:21 +02:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-04-11 22:35:21 +02:00
2018-04-03 17:28:08 -04:00