summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-13 18:36:45 (GMT)
committerBrad King <brad.king@kitware.com>2017-10-13 18:36:45 (GMT)
commitf64c554cc9d196f3c1f81a532e4a429b2a180943 (patch)
tree3bf44bd7c5d6f086ce0542d68727a57e15911d01 /Tests
parent4d04ede10c451ce9a53e8bc34e0d64ab167ad9f9 (diff)
parent22beb07f9871338c3cdc1ce47bf1da0433519547 (diff)
downloadCMake-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.txt1
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