[CMake] printing search paths?

Christopher Harvey chris at basementcode.com
Thu Feb 26 21:24:55 EST 2009


Hi Bill,
You can use the MESSAGE("${SOME_INCLUDES}") command. You can also use
the verbose makefile to watch the -I flags that are passed to the compiler.

Chris.

Bill O'Hara wrote:
> Hi
>
> If I do a few include_directories() commands in various files.. is
> there a variable which I can use to print the current search path as
> changed by those commands?
>
> thanks
> b.
> ------------------------------------------------------------------------
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list