On 12/04/2013 04:15 AM, Daniele E. Domenichelli wrote: > Please review the topic ExternalProject_exclude-from-all. > > When adding a new step using ExternalProject_Add_Step, the main target > will depend on this step. > This option allows one to add a step that will not be executed when the > main target for the external project is executed. > > This gives a lot more freedom when creating custom targets for external > projects.
I think the option should be called "EXCLUDE_FROM_MAIN" or something without "ALL" in it. Otherwise it looks related to the EXCLUDE_FROM_ALL settings used for the "make all" CMake builtin target. -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
