On Fri, Feb 20, 2009 at 6:14 PM, Mike Arthur <[email protected]> wrote: > On Friday 20 February 2009 08:22:59 Aaron Turner wrote: >> I seem to be missing something painfully obvious, but I'm not sure what. > You don't enter it into add_custom_command, that's for shell commands., just > enter "clean_standard_files()" into your CMakeLists. > > You can't run CMake functions at "Make" time though, only "CMake" time (which > will only be called to first generate or if the CMake files have changed).
Just to avoid any confusion... you can but you have to use the script mode: cmake -P 2cts -- Mathieu _______________________________________________ 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
