<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>using mingw32 with win10 , I can not manage to find jpeg libs .</p>
<p>I tried setting JPEG_DIR, it fails.</p>
<p>it also fails setting CMAKE_FIND_ROOT_PATH<br>
</p>
<p>set(JPEG_DIR c:\\work\\WIN32DEPS\\jpegfolder)</p>
<p>find_path(JPEG_INCLUDE_DIR jpeglib.h) fails</p>
<p>find_package(JPEG ) fails</p>
<p><br>
</p>
<p>what is the right way to specify the hardcoded path ?</p>
<p>Regards,</p>
<p>S.Ancelot</p>
<p><br>
</p>
<p><br>
</p>
</body>
</html>