summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake')
-rw-r--r--Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake b/Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake
new file mode 100644
index 0000000..9ac7ee0
--- /dev/null
+++ b/Tests/RunCMake/find_library/VALIDATOR-undefined-function.cmake
@@ -0,0 +1,2 @@
+
+find_library(result NAMES input.txt VALIDATOR undefined)