summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/find_package/MissingModule.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/find_package/MissingModule.cmake')
-rw-r--r--Tests/CMakeCommands/find_package/MissingModule.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CMakeCommands/find_package/MissingModule.cmake b/Tests/CMakeCommands/find_package/MissingModule.cmake
deleted file mode 100644
index 76bcef2..0000000
--- a/Tests/CMakeCommands/find_package/MissingModule.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-find_package(NotHere MODULE)
-message(WARNING "This warning must be reachable.")