[Orxonox-commit 428] r3009 - branches/ggz/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu May 21 17:43:14 CEST 2009
Author: rgrieder
Date: 2009-05-21 17:43:14 +0200 (Thu, 21 May 2009)
New Revision: 3009
Modified:
branches/ggz/cmake/LibraryConfig.cmake
Log:
Inadvertently forgot to adjust the ENDIF statement.
Modified: branches/ggz/cmake/LibraryConfig.cmake
===================================================================
--- branches/ggz/cmake/LibraryConfig.cmake 2009-05-21 15:16:29 UTC (rev 3008)
+++ branches/ggz/cmake/LibraryConfig.cmake 2009-05-21 15:43:14 UTC (rev 3009)
@@ -117,7 +117,7 @@
FIND_PACKAGE(GGZ )
IF(NOT GGZMOD_FOUND)
MESSAGE("GGZMOD not found, disabling GGZ support")
-ENDIF(GGZMOD_FOUND)
+ENDIF(NOT GGZMOD_FOUND)
IF(WIN32)
FIND_PACKAGE(DirectX REQUIRED)
ENDIF(WIN32)
More information about the Orxonox-commit
mailing list