[Orxonox-commit 3737] r8417 - code/trunk/src

rgrieder at orxonox.net rgrieder at orxonox.net
Sun May 8 18:33:27 CEST 2011


Author: rgrieder
Date: 2011-05-08 18:33:26 +0200 (Sun, 08 May 2011)
New Revision: 8417

Modified:
   code/trunk/src/CMakeLists.txt
Log:
Correction in CMake variable description: MinGW can link always link all libraries shared.

Modified: code/trunk/src/CMakeLists.txt
===================================================================
--- code/trunk/src/CMakeLists.txt	2011-05-07 23:38:58 UTC (rev 8416)
+++ code/trunk/src/CMakeLists.txt	2011-05-08 16:33:26 UTC (rev 8417)
@@ -79,7 +79,8 @@
 ELSE()
   SET(_default_link_mode "STATIC")
 ENDIF()
-SET(_message "Link mode for external libraries that we build ourselves. Note: on Windows, some libraries cannot be linked shared.")
+SET(_message "Link mode for external libraries that we build ourselves.
+MSVC Note: certain libraries will not be linked shared.")
 SET(ORXONOX_EXTERNAL_LINK_MODE "${_default_link_mode}" CACHE STRING "${_message}")
 
 IF(ORXONOX_EXTERNAL_LINK_MODE STREQUAL "SHARED")




More information about the Orxonox-commit mailing list