On Thursday 05 March 2009, Steven Wilson wrote: > Is there a way to reset the directory lists created by include_directories > and link_directories?
You can use set_directory_properties() with INCLUDE_DIRECTORIES or LINK_DIRECTORIES as arguments to set/reset them. Alex _______________________________________________ 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
