[Kst] branches/work/kst/portto4/kst/cmake/modules

Peter Kümmel syntheticpp at gmx.net
Tue Jan 11 20:02:03 CET 2011


SVN commit 1213824 by kuemmel:

parsing svn status does not work

 M  +1 -0      SubversionGenerator.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/SubversionGenerator.cmake #1213823:1213824
@@ -14,6 +14,7 @@
 		RESULT_VARIABLE Subversion_src_info_result
 		OUTPUT_STRIP_TRAILING_WHITESPACE)
 	string(REGEX REPLACE "^(.*\n)?M ([^\n]+).*" "\\2" _modified "${src_WC_STATUS}")
+	message(STATUS "_modified : ${_modified}")
 	if(_modified)
 		set(_revision "${_revision}${modified_str}")
 	endif()


More information about the Kst mailing list