Hi.
Im using CMake 2.6 patch 1. in Windows.
It seems that it is has changed the way jpeg is found.

FindJPEG.cmake:

SET(JPEG_NAMES ${JPEG_NAMES} jpeg)


For all other image formats the following convention is used: libjpeg jpeg

Is there a reason why jpeg is not using the 'lib' convention?
Most dependency packages with jepeg for windows is named libjpeg.lib not
jpeg.lib


/Anders
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to