[CMake] Does PATH_SUFFIXES work?

2011-01-18 Thread Jack Poulson
I've thoroughly read through the CMake documentation for the 2.8 release and for the life of me I can't seem to get a simple case working for find_library using PATH_SUFFIXES. For instance, I am trying to find the library libiomp5.a located at /opt/intel/Compiler/11.1/072/lib/intel64/libiomp5.a.

Re: [CMake] Does PATH_SUFFIXES work?

2011-01-18 Thread Michael Hertling
On 01/19/2011 06:00 AM, Jack Poulson wrote: I've thoroughly read through the CMake documentation for the 2.8 release and for the life of me I can't seem to get a simple case working for find_library using PATH_SUFFIXES. For instance, I am trying to find the library libiomp5.a located at