* Rolf Eike Beer:

>> >  CMAKE_REQUIRED_INCLUDES = list of include directories
>> 
>> I saw that, but I thought this happens behind the scenes.  Do I have
>> to set this variable in addition to the include_directories directive?
>
> Yes, include_directories() only affects target, i.e. add_executable
> and friends, but not macros like CHECK_C_SOURCE_COMPILES. Those will
> explicitely look at those variables.

Thanks, this does indeed.

(I'm not sure if my initial confusion is specific to me, or if the
documentation could be improved.  But I don't really see where to put
this information so that it is easily discovered.)
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to