summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake')
-rw-r--r--Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake b/Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake
deleted file mode 100644
index 1a71433..0000000
--- a/Tests/RunCMake/CMP0028/CMP0028-NEW-iface.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-
-cmake_policy(SET CMP0028 NEW)
-
-add_library(iface INTERFACE)
-target_link_libraries(iface INTERFACE External::Library)
-add_library(foo empty.cpp)
-target_link_libraries(foo iface)