[CMake] INCLUDE_DIRECTORIES empty?

David Doria daviddoria at gmail.com
Wed Mar 17 09:45:19 EDT 2010


> This is a read-only directory property:
>
> http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_dir:INCLUDE_DIRECTORIES
>
> Michael

That's ok, all I want to do is read it. That's why I thought it would just be:

MESSAGE("INCLUDE_DIRECTORIES: ${INCLUDE_DIRECTORIES}")

But I guess INCLUDE_DIRECTORIES is a function, not a variable? Which
variable gets set when you call the INCLUDE_DIRECTORIES function then?

Thanks,

David


More information about the CMake mailing list