The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=11407 ====================================================================== Reported By: Steve King Assigned To: ====================================================================== Project: CMake Issue ID: 11407 Category: CMake Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2010-11-04 19:54 EDT Last Modified: 2010-11-04 19:54 EDT ====================================================================== Summary: Allow output from add_custom_target() to support external makefiles Description: There seems to be no satisfactory way to use cmake to drive external Makefiles as a step in a larger build process. This is due to: 1) External makefiles must always run to process their own dependencies which are invisible to CMake. 2) add_custom_target() is a natural choice to drive the external makefile. However, add_custom_target() cannot specify an output. 3) add_custom_command() can specify an output, but does not always run since it cannot see the external dependencies known only to the Makefile. ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2010-11-04 19:54 Steve King New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
