On Wed, Dec 3, 2008 at 1:18 PM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maybe it finds the wrong utility.cmake file?<br>
<br>
Try adding some message("here") type stuff to make sure the correct files are being loaded. With cmake 2.6.2 you can run cmake --trace to see all the files and commands as they are run by cmake. Should help you find the problem pretty quick.</blockquote>
</div><br>I did as you suggested and added a message() call inside of utility.cmake and I see it printed when I run CMake. So this means I'm loading the correct file then?<br>