Re: [CMake] INCLUDE_DIRECTORIES and FIND_PATH

2008-03-19 Thread George Neill
Hi! > FIND_PATH(GN > NAMES "include" > PATHS "/tmp" > ) I see I am using this wrong, my apologies. Thanks, George. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] INCLUDE_DIRECTORIES and FIND_PATH

2008-03-19 Thread George Neill
Hi CMakers! I am using, cmake version 2.4-patch 6 on linux. This example using INCLUDE_DIRECTORIES doesn't appear to be inherited by project sub directories. FIND_PATH(GN NAMES "include" PATHS "/tmp" ) INCLUDE_DIRECTORIES( "${GN}/child" ) If I change it to this, INCLUDE_DIRECTORIES( "