Re: [CMake] Creating a XXXConfigYYY.cmake file

2010-11-22 Thread Michael Hertling
On 11/17/2010 04:13 PM, Torri, Stephen CIV NSWCDD, W15 wrote: > I have been reading email posts on goggle that says if you create a library > then produce a Configcmake file rather than a Find.cmake > file. That is fine but what confuses me is: Indeed, a package XXX - particularly a library - th

[CMake] Creating a XXXConfigYYY.cmake file

2010-11-17 Thread Torri, Stephen CIV NSWCDD, W15
I have been reading email posts on goggle that says if you create a library then produce a Configcmake file rather than a Find.cmake file. That is fine but what confuses me is: 1. What do I put in it? 2. How do I install it? (e.g. Linux and Windows) 3. What google search terms should I use