Re: [CMake] Finding Packages Installed in Non-Standard Locations

2016-02-03 Thread Alexander Neundorf
On Wednesday, February 03, 2016 13:08:42 Andrew Bell wrote: > If my package is installed to a non-standard location, my > Config.cmake file is currently also installed to the non-standard > location and can't be found by dependent projects. > > I see that there's export(PACKAGE ), but this

[CMake] Finding Packages Installed in Non-Standard Locations

2016-02-03 Thread Andrew Bell
If my package is installed to a non-standard location, my Config.cmake file is currently also installed to the non-standard location and can't be found by dependent projects. I see that there's export(PACKAGE ), but this creates an entry in the registry for the build location of the PROJECT