Re: [CMake] printing search paths?

2009-02-27 Thread Bill O'Hara
Thanks all! b. On Fri, Feb 27, 2009 at 12:14 AM, Adolfo Rodríguez wrote: > I think you should try: > > get_directory_properties(output INCLUDE_DIRECTORIES) > message(STATUS ${output}) > > As the > docsays: > "Th

Re: [CMake] printing search paths?

2009-02-27 Thread Adolfo Rodríguez
I think you should try: get_directory_properties(output INCLUDE_DIRECTORIES) message(STATUS ${output}) As the docsays: "This read-only property specifies the list of directories given so far to the include_directorie

Re: [CMake] printing search paths?

2009-02-26 Thread Christopher Harvey
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 pr

[CMake] printing search paths?

2009-02-26 Thread Bill O'Hara
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