Re: [cmake-developers] CMake crashes on removing INCLUDE_DIRECTORIES property

2013-04-10 Thread Stephen Kelly
Brad King wrote: > Please fix the include directory vector representation to > support removing the property altogether and add a test case. > We'll need to get this in before 2.8.11 final. > Done. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

[cmake-developers] CMake crashes on removing INCLUDE_DIRECTORIES property

2013-04-10 Thread Brad King
Steve, Since this commit: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=18a3195a CMake crashes on the code set_property(DIRECTORY PROPERTY INCLUDE_DIRECTORIES) because code like this->IncludeDirectoriesEntries.push_back( cmValueWithOrigin(value, lfbt)); assume