Re: [CMake] Resetting include and link directories

2009-03-09 Thread Alexander Neundorf
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 __

[CMake] Resetting include and link directories

2009-03-05 Thread Steven Wilson
Is there a way to reset the directory lists created by include_directories and link_directories? Thanks, Steve ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep mes