summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0038/CMP0038-WARN.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0038/CMP0038-WARN.cmake')
-rw-r--r--Tests/RunCMake/CMP0038/CMP0038-WARN.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0038/CMP0038-WARN.cmake b/Tests/RunCMake/CMP0038/CMP0038-WARN.cmake
new file mode 100644
index 0000000..5b92d09
--- /dev/null
+++ b/Tests/RunCMake/CMP0038/CMP0038-WARN.cmake
@@ -0,0 +1,3 @@
+
+add_library(self_link empty.cpp)
+target_link_libraries(self_link self_link)