[Orxonox-commit 4492] r9163 - code/trunk/cmake/tools
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue May 8 00:00:53 CEST 2012
Author: rgrieder
Date: 2012-05-08 00:00:39 +0200 (Tue, 08 May 2012)
New Revision: 9163
Modified:
code/trunk/cmake/tools/FindCEGUI.cmake
Log:
Possible quickfix for tolua finding on Ubuntu precise.
Modified: code/trunk/cmake/tools/FindCEGUI.cmake
===================================================================
--- code/trunk/cmake/tools/FindCEGUI.cmake 2012-05-04 14:27:06 UTC (rev 9162)
+++ code/trunk/cmake/tools/FindCEGUI.cmake 2012-05-07 22:00:39 UTC (rev 9163)
@@ -87,7 +87,7 @@
)
# Find CEGUI Tolua++ libraries
FIND_LIBRARY(CEGUI_TOLUA_LIBRARY_OPTIMIZED
- NAMES CEGUItoluapp tolua++ ceguitolua++
+ NAMES CEGUItoluapp tolua++ ceguitolua++ tolua++5.1
PATHS $ENV{CEGUIDIR} ${CEGUITOLUADIR}
PATH_SUFFIXES lib bin
)
More information about the Orxonox-commit
mailing list