On Fri, Aug 28, 2009 at 05:19:19PM -0700, King, Steven R wrote: > OK, my CMakeLists.txt is growing rapidly. :^(
Welcome to the clube :). > All I've managed to do is cause the module to be copied every time. Use -E copy_if_different. Also, give some serious thought to the other replies in this thread. Custom copy rules can quickly grow to become a pain, whereas the One Results Directory To Rule Them All strategy is simple and quick. tyler _______________________________________________ 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
