BRM wrote:
${project_SOURCE_DIR} is pointing to the root as I thought it would be.


Another suggestion was to use ${PROJECT_SOURCE_DIR} however, that is an empty 
string.

I have also tried setting a new variable to ${project_SOURCE_DIR}/include and 
using that, however the same result.

I forgot to mention in the earlier e-mail - as I'm running this on Gentoo 
(which has used it for several projects), I am using CMake 2.4 - latest from 
Portage.


Do a make VERBOSE=1 and check the actual compile line. It maybe a previous -I that is eating this -I.

-Bill

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to