summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_path/EmptyOldStyle.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_path/EmptyOldStyle.cmake')
-rw-r--r--Tests/RunCMake/find_path/EmptyOldStyle.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_path/EmptyOldStyle.cmake b/Tests/RunCMake/find_path/EmptyOldStyle.cmake
new file mode 100644
index 0000000..d78bb65
--- /dev/null
+++ b/Tests/RunCMake/find_path/EmptyOldStyle.cmake
@@ -0,0 +1,2 @@
+find_path(VAR ONLY_CMAKE_FIND_ROOT_PATH)
+message(STATUS "${VAR}")