diff options
author | Brad King <brad.king@kitware.com> | 2017-10-13 18:36:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-13 18:36:45 (GMT) |
commit | f64c554cc9d196f3c1f81a532e4a429b2a180943 (patch) | |
tree | 3bf44bd7c5d6f086ce0542d68727a57e15911d01 /Tests | |
parent | 4d04ede10c451ce9a53e8bc34e0d64ab167ad9f9 (diff) | |
parent | 22beb07f9871338c3cdc1ce47bf1da0433519547 (diff) | |
download | CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.zip CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.tar.gz CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.tar.bz2 |
Merge branch 'imported-interface-no-system' into release-3.10
Merge-request: !1386
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/InterfaceLibrary/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/CMakeLists.txt b/Tests/InterfaceLibrary/CMakeLists.txt index 33c4b90..3db210a 100644 --- a/Tests/InterfaceLibrary/CMakeLists.txt +++ b/Tests/InterfaceLibrary/CMakeLists.txt @@ -64,7 +64,6 @@ target_link_libraries(iface_whitelist INTERFACE $<$<BOOL:$<TARGET_PROPERTY:CUSTO add_executable(exec_whitelist dummy.cpp) target_link_libraries(exec_whitelist iface_whitelist) -set(CMAKE_NO_SYSTEM_FROM_IMPORTED 1) add_library(iface_imported INTERFACE IMPORTED) set_property(TARGET iface_imported PROPERTY INTERFACE_COMPILE_DEFINITIONS |