Brad King <brad.k...@kitware.com> writes:

> CMake 2.8.8 introduced support for per-target include directories.
> Prior to that the directory-level INCLUDE_DIRECTORIES property was
> documented as read-only:
>
> $ cmake --help-property INCLUDE_DIRECTORIES
> cmake version 2.8.7
>   INCLUDE_DIRECTORIES
>        List of preprocessor include file search directories.
>
>        This read-only property specifies the list of directories given so far
>        to the include_directories command.  It is intended for debugging
>        purposes.
>
> It was meant to be set only by the include_directories() command.
> The code in question was using previously undefined behavior and
> worked only by accident.

Alright, thanks for the information, I'll fix the port in question and
move forward.

Cheers.

--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to