[Orxonox-commit 2539] r7244 - code/trunk/cmake
landauf at orxonox.net
landauf at orxonox.net
Sat Aug 28 23:58:14 CEST 2010
Author: landauf
Date: 2010-08-28 23:58:14 +0200 (Sat, 28 Aug 2010)
New Revision: 7244
Modified:
code/trunk/cmake/PackageConfig.cmake
Log:
POCO is currently not required with MinGW
Modified: code/trunk/cmake/PackageConfig.cmake
===================================================================
--- code/trunk/cmake/PackageConfig.cmake 2010-08-28 21:47:20 UTC (rev 7243)
+++ code/trunk/cmake/PackageConfig.cmake 2010-08-28 21:58:14 UTC (rev 7244)
@@ -70,9 +70,9 @@
SET(_INTERNAL_PACKAGE_MESSAGE 1 CACHE INTERNAL "Do not edit!" FORCE)
ENDIF()
-# Ogre versions >= 1.7 require the POCO library on Windows for threading
+# Ogre versions >= 1.7 require the POCO library on Windows with MSVC for threading
COMPARE_VERSION_STRINGS(${DEPENDENCY_VERSION} 5 _result TRUE)
-IF(NOT _result EQUAL -1)
+IF(NOT _result EQUAL -1 AND NOT MINGW)
SET(POCO_REQUIRED TRUE)
ENDIF()
More information about the Orxonox-commit
mailing list