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
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.