summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake')
-rw-r--r--Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake b/Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake
new file mode 100644
index 0000000..fa90d72
--- /dev/null
+++ b/Tests/RunCMake/find_library/VALIDATOR-specify-macro.cmake
@@ -0,0 +1,5 @@
+
+macro(CHECK result path)
+endmacro()
+
+find_library(result NAMES input.txt VALIDATOR check)