[EMAIL PROTECTED] wrote:
I do not see why libjpeg.a is not found by
find_library? What am I missing?

You need to leave off the lib, so, find_library(MYLIB jpeg) should work fine, and also find it on other platforms that do not have the lib prefix like windows. The /usr/local/lib is also not needed, as CMake will look in all the usual places
on your system.

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to