[Orxonox-commit 7193] r11810 - in code/branches/cegui0.8_ogre1.9/cmake: . tools
landauf at orxonox.net
landauf at orxonox.net
Sat Feb 24 17:51:59 CET 2018
Author: landauf
Date: 2018-02-24 17:51:59 +0100 (Sat, 24 Feb 2018)
New Revision: 11810
Modified:
code/branches/cegui0.8_ogre1.9/cmake/LibraryConfig.cmake
code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmake
Log:
added path to cegui for ubuntu 17.10 and also making cegui 0.8 the minimal supported version
Modified: code/branches/cegui0.8_ogre1.9/cmake/LibraryConfig.cmake
===================================================================
--- code/branches/cegui0.8_ogre1.9/cmake/LibraryConfig.cmake 2018-02-24 15:58:39 UTC (rev 11809)
+++ code/branches/cegui0.8_ogre1.9/cmake/LibraryConfig.cmake 2018-02-24 16:51:59 UTC (rev 11810)
@@ -118,7 +118,7 @@
# Performs the search and sets the variables #
#FIND_PACKAGE(ENet 1.2 REQUIRED)
-FIND_PACKAGE(CEGUI 0.6 REQUIRED)
+FIND_PACKAGE(CEGUI 0.8 REQUIRED)
FIND_PACKAGE(Lua5.1 REQUIRED)
FIND_PACKAGE(Ogg REQUIRED)
FIND_PACKAGE(Vorbis REQUIRED)
Modified: code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmake
===================================================================
--- code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmake 2018-02-24 15:58:39 UTC (rev 11809)
+++ code/branches/cegui0.8_ogre1.9/cmake/tools/FindCEGUI.cmake 2018-02-24 16:51:59 UTC (rev 11810)
@@ -37,6 +37,7 @@
include
include/CEGUI
include/cegui-0.8.4/CEGUI
+ include/cegui-0.8.7/CEGUI
)
DETERMINE_VERSION(CEGUI ${CEGUI_VERSION_FILE})
More information about the Orxonox-commit
mailing list