summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake')
-rw-r--r--Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake b/Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake
new file mode 100644
index 0000000..44059c6
--- /dev/null
+++ b/Tests/RunCMake/find_package/PackageRoot/SimpleConfig.cmake
@@ -0,0 +1,3 @@
+include(CMakeFindDependencyMacro)
+
+find_dependency(LT PATHS ${CMAKE_CURRENT_LIST_DIR})