[CMake] printing search paths?

Bill O'Hara billtohara at gmail.com
Fri Feb 27 12:54:03 EST 2009


Thanks all!

b.



On Fri, Feb 27, 2009 at 12:14 AM, Adolfo Rodríguez <dofo79 at gmail.com> wrote:

> I think you should try:
>
> get_directory_properties(output INCLUDE_DIRECTORIES)
> message(STATUS ${output})
>
> As the doc<http://www.cmake.org/cmake/help/cmake2.6docs.html#prop_dir:INCLUDE_DIRECTORIES>says: "This read-only property specifies the list of directories given so
> far to the include_directories command. It is intended for debugging
> purposes."
>
> HTH,
>
> Adolfo
>
>
> On Fri, Feb 27, 2009 at 3:24 AM, Christopher Harvey <
> chris at basementcode.com> wrote:
>
>> 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
>>
>> _______________________________________________
>> 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
>>
>
>
>
> --
> Adolfo Rodríguez Tsouroukdissian
>
> Robotics engineer
> PAL ROBOTICS S.L
> http://www.pal-robotics.com
> Tel. +34.93.414.53.47
> Fax.+34.93.209.11.09
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090227/943d85ba/attachment.htm>


More information about the CMake mailing list