<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tyler Roscoe wrote:
<blockquote cite="mid:20090508221541.GA2742@cryptio.net" type="cite">
  <pre wrap="">On Fri, May 08, 2009 at 01:43:16PM -0700, Tron Thomas wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am trying to use CMake to configure a project for Windows.  The 
project has dependencies on 3rd party packages.  Most of these packages 
are resolved successful with the FIND_PACKAGE command.  However, CMake 
is unable to resolve a recent package that was added to the project, 
even though the files for that package are located with the other 
packages CMake has been able to handle.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You should provide more detail about what library you can't find, what
diagnostic messages are produced, and what you have already tried if you
want help.

tyler</pre>
</blockquote>
The package is the Developer's Image Library (DevIL).&nbsp; I have place the
import libraries and header files in the same location where I've place
other 3rd party library packages.&nbsp; When I run CMake it reports:<br>
-- Could NOT find IL&nbsp; (missing:&nbsp; IL_LIBRARY)<br>
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.<br>
Please set them or make sure they are set and tested correctly in the
CMake files:<br>
IL_LIBRARY<br>
<br>
I have not tried too much so far, just running CMake with the
--debug-ouput flag enabled and running it with the --trace flag
enabled.&nbsp; Neither method has produced any information that has been
helpful to me so far.&nbsp; Since I've never had any problems with CMake
finding packages before, I'm not really sure how to go about figuring
out why things are not working.<br>
<br>
</body>
</html>