[CMake] Questions related to PkgConfig

2008-01-28 Thread Radu Serban
Hi, I have a couple of questions related to using pkg-config in CMake: 1) Using information returned by the macro pkg_check_module from FindPkgConfig.cmake This should be straightforward but I just cannot get it to work. Say I create my own library mylib which depends on a module cvodes

Re: [CMake] Questions related to PkgConfig

2008-01-28 Thread Alan W. Irwin
On 2008-01-28 19:45-0800 Radu Serban wrote: Hi, I have a couple of questions related to using pkg-config in CMake: 1) Using information returned by the macro pkg_check_module from FindPkgConfig.cmake This should be straightforward but I just cannot get it to work. Say I create my own