[Cmake-commits] [cmake-commits] king committed cmDocumentVariables.cxx 1.45 1.46

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Dec 2 15:17:34 EST 2009


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

Modified Files:
	cmDocumentVariables.cxx 
Log Message:
Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG

This platform configuration variable is unused.  Modules are built using
the value of CMAKE_SHARED_LIBRARY_RUNTIME_${lang}_FLAG.


Index: cmDocumentVariables.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentVariables.cxx,v
retrieving revision 1.45
retrieving revision 1.46
diff -C 2 -d -r1.45 -r1.46
*** cmDocumentVariables.cxx	22 Nov 2009 00:07:03 -0000	1.45
--- cmDocumentVariables.cxx	2 Dec 2009 20:17:32 -0000	1.46
***************
*** 1381,1388 ****
    cm->DefineProperty("CMAKE_SHARED_MODULE_SUFFIX_<LANG>",
                       cmProperty::VARIABLE,0,0);
-   cm->DefineProperty("CMAKE_SHARED_MODULE_RUNTIME_<LANG>_FLAG",
-                      cmProperty::VARIABLE,0,0);
-   cm->DefineProperty("CMAKE_SHARED_MODULE_RUNTIME_<LANG>_FLAG_SEP",
-                      cmProperty::VARIABLE,0,0);
    cm->DefineProperty("CMAKE_STATIC_LIBRARY_PREFIX_<LANG>",
                       cmProperty::VARIABLE,0,0);
--- 1381,1384 ----



More information about the Cmake-commits mailing list