[CMake] Can't get include() to work!

Robert Dailey rcdailey at gmail.com
Wed Dec 3 14:30:32 EST 2008


On Wed, Dec 3, 2008 at 1:18 PM, Bill Hoffman <bill.hoffman at kitware.com>wrote:

> Maybe it finds the wrong utility.cmake file?
>
> 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.


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081203/fd1aaf73/attachment.htm>


More information about the CMake mailing list