[Orxonox-commit 2915] r7618 - code/branches/ois_update/src/external/ogreceguirenderer
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri Nov 5 23:08:51 CET 2010
Author: rgrieder
Date: 2010-11-05 23:08:51 +0100 (Fri, 05 Nov 2010)
New Revision: 7618
Modified:
code/branches/ois_update/src/external/ogreceguirenderer/CMakeLists.txt
Log:
Ogre v1.7 may require the OGRE CEGUI renderer to link against symbols from the thread library (which may be boost, POCO, etc.).
Currently just linking against boost thread (not required for boost v1.44) to immediately fix problems.
Modified: code/branches/ois_update/src/external/ogreceguirenderer/CMakeLists.txt
===================================================================
--- code/branches/ois_update/src/external/ogreceguirenderer/CMakeLists.txt 2010-11-05 16:58:01 UTC (rev 7617)
+++ code/branches/ois_update/src/external/ogreceguirenderer/CMakeLists.txt 2010-11-05 22:08:51 UTC (rev 7618)
@@ -34,6 +34,9 @@
DEFINE_SYMBOL
"OGRE_GUIRENDERER_EXPORTS"
LINK_LIBRARIES
+ ${Boost_SYSTEM_LIBRARY}
+ ${Boost_THREAD_LIBRARY}
+ ${Boost_DATE_TIME_LIBRARY}
${OGRE_LIBRARY}
${CEGUI_LIBRARY}
SOURCE_FILES
More information about the Orxonox-commit
mailing list