[Cmake-commits] [cmake-commits] king committed bootstrap 1.115 1.116

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 16 10:39:59 EDT 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv28300

Modified Files:
	bootstrap 
Log Message:
ENH: Refactor cmInstallGenerator for re-use

A new cmScriptGenerator base class factors out the non-install-specific
part of cmInstallGenerator.  This will be useful for other generators
that want per-configuration functionality.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.115
retrieving revision 1.116
diff -C 2 -d -r1.115 -r1.116
*** bootstrap	5 Mar 2009 20:17:06 -0000	1.115
--- bootstrap	16 Mar 2009 14:39:56 -0000	1.116
***************
*** 168,171 ****
--- 168,172 ----
    cmInstallScriptGenerator \
    cmInstallTargetGenerator \
+   cmScriptGenerator \
    cmSourceFile \
    cmSourceFileLocation \



More information about the Cmake-commits mailing list