summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/SystemPackage
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-04-13 18:28:00 (GMT)
committerBrad King <brad.king@kitware.com>2011-04-13 18:28:00 (GMT)
commit93021adb732106776458caac8be99fa2c8609566 (patch)
tree9150205743d6b376d9b2670fea57a343ac8bbe0a /Tests/FindPackageTest/SystemPackage
parentb95f3cac91488f754bfef183e391c1dae03ba406 (diff)
downloadCMake-93021adb732106776458caac8be99fa2c8609566.zip
CMake-93021adb732106776458caac8be99fa2c8609566.tar.gz
CMake-93021adb732106776458caac8be99fa2c8609566.tar.bz2
find_package: Test system package registry when possible
Teach the FindPackagTest to try creating the appropriate HKLM system package registry value. If it works then add a test to verify that find_package() reads it as expected. Then delete the value to cleanup.
Diffstat (limited to 'Tests/FindPackageTest/SystemPackage')
-rw-r--r--Tests/FindPackageTest/SystemPackage/CMakeTestSystemPackageConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FindPackageTest/SystemPackage/CMakeTestSystemPackageConfig.cmake b/Tests/FindPackageTest/SystemPackage/CMakeTestSystemPackageConfig.cmake
new file mode 100644
index 0000000..deffa57
--- /dev/null
+++ b/Tests/FindPackageTest/SystemPackage/CMakeTestSystemPackageConfig.cmake
@@ -0,0 +1 @@
+# Test config file.