CMake/Tests/FindPackageTest
Brad King 08b93977cf find_package: Fix system package registry test path conversion
Do not use file(TO_NATIVE_PATH) to compute the value to store in the
registry.  It is meant for constructing values to be put in shells.
Since find_package() can use the value with CMake-normalized slashes do
not bother with any conversion.
2011-04-14 09:35:21 -04:00
..
A
B
Baz 1.1 ENH: Teach find_package about more install dirs 2008-12-17 09:24:05 -05:00
Baz 1.2/CMake ENH: Teach find_package about more install dirs 2008-12-17 09:24:05 -05:00
Exporter Test the user package registry 2009-09-01 14:05:42 -04:00
include
lib find_package: Forward component list for recursive calls in modules 2011-04-07 15:36:05 -04:00
SystemPackage find_package: Test system package registry when possible 2011-04-13 14:28:00 -04:00
TApp.app/Contents/Resources
TFramework.framework/Versions/A/Resources
CMakeLists.txt find_package: Fix system package registry test path conversion 2011-04-14 09:35:21 -04:00
FindPackageHandleStandardArgs.cmake Prefer files from CMAKE_ROOT when including from CMAKE_ROOT 2011-01-04 08:06:20 -05:00
FindPackageTest.cxx
FindRecursiveA.cmake ENH: Remove implicit NO_MODULE when recursing 2008-10-08 10:56:23 -04:00
FindRecursiveB.cmake ENH: Help recursive find_package calls in modules 2008-10-03 10:40:07 -04:00
FindRecursiveC.cmake ENH: Help recursive find_package calls in modules 2008-10-03 10:40:07 -04:00
FindVersionTestA.cmake
FindVersionTestB.cmake
FindVersionTestC.cmake
FindVersionTestD.cmake