[EMAIL PROTECTED] wrote:
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 placesI do not see why libjpeg.a is not found by find_library? What am I missing?
on your system. -Bill _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
