[Orxonox-commit 3658] r8343 - code/branches/kicklib2/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Apr 27 02:38:40 CEST 2011
Author: rgrieder
Date: 2011-04-27 02:38:40 +0200 (Wed, 27 Apr 2011)
New Revision: 8343
Modified:
code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
Log:
Orxonox compiles fine now with --no-undefined
Modified: code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
===================================================================
--- code/branches/kicklib2/cmake/CompilerConfigGCC.cmake 2011-04-27 00:34:56 UTC (rev 8342)
+++ code/branches/kicklib2/cmake/CompilerConfigGCC.cmake 2011-04-27 00:38:40 UTC (rev 8343)
@@ -101,8 +101,7 @@
ENDIF()
# General linker flags
-#SET_LINKER_FLAGS("-Wl,--no-undefined" CACHE)
-SET_LINKER_FLAGS("" CACHE)
+SET_LINKER_FLAGS("-Wl,--no-undefined" CACHE)
# Add compiler and linker flags for MinGW
IF (MINGW)
More information about the Orxonox-commit
mailing list