Re: [CMake] FindModules.cmake quality + Kitware proposition

2015-05-19 Thread BRM via CMake
I'll add to it that all the Find Modules should be able to support projects that have their own builds of a library. Some Find Modules (e.g FindBoost) works generally well and supports HINTS and PATHS; but other (FindCURL) do not. For me, this means that I'll have to be adding variations of nume

[CMake] CMake finding custom packages...

2015-04-30 Thread BRM via CMake
I'm trying to convert a project over to using CMake. We have a series of dependency libraries that we custom compile and link against.For a number of them there is no issue since CMake either has no module for them or there is nothing to link with.However, I am having trouble with a few of them.