CMake/Tests/InterfaceLibrary
Brad King f87e724e8c Fix EXCLUDE_FROM_ALL on directory with an interface library
Since commit dc6888573d (Pass EXCLUDE_FROM_ALL from directory to
targets, 2019-01-15, v3.14.0-rc1~83^2) we automatically forward the
`EXCLUDE_FROM_ALL` to targets as they are created.  This regressed
support for interface libraries on which the property is not allowed.

Skip forwarding the `EXCLUDE_FROM_ALL` property for interface libraries.
It is not needed on them because they do not participate in the
generated build system anyway.

Fixes: #18896
2019-02-08 08:17:48 -05:00
..
excluded Fix EXCLUDE_FROM_ALL on directory with an interface library 2019-02-08 08:17:48 -05:00
headerdir Allow add_dependencies() on INTERFACE libraries (#15414) 2015-03-27 16:25:09 -04:00
ifacedir Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
libsdir add_library: Disallow invalid signatures for INTERFACE_LIBRARY. 2014-01-06 17:25:10 +01:00
broken.cpp
CMakeLists.txt Fix EXCLUDE_FROM_ALL on directory with an interface library 2019-02-08 08:17:48 -05:00
definetestexe.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
dummy.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
item_fake.cpp Allow imported INTERFACE libraries to specify a link library name 2016-11-09 09:45:14 -05:00
item.cpp Allow imported INTERFACE libraries to specify a link library name 2016-11-09 09:45:14 -05:00
map_config.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
obj.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
sharedlibtestexe.cpp Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00