[Orxonox-commit 3434] r8121 - code/branches/kicklib/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Sat Mar 26 17:06:54 CET 2011
Author: rgrieder
Date: 2011-03-26 17:06:54 +0100 (Sat, 26 Mar 2011)
New Revision: 8121
Modified:
code/branches/kicklib/cmake/PackageConfigOSX.cmake
Log:
Lua is in the CEGUILuaScriptModule framework, not in the CEGUI framework.
Modified: code/branches/kicklib/cmake/PackageConfigOSX.cmake
===================================================================
--- code/branches/kicklib/cmake/PackageConfigOSX.cmake 2011-03-26 16:01:44 UTC (rev 8120)
+++ code/branches/kicklib/cmake/PackageConfigOSX.cmake 2011-03-26 16:06:54 UTC (rev 8121)
@@ -43,7 +43,7 @@
# Include paths and other special treatments
SET(ENV{BOOST_ROOT} ${DEPENDENCY_PACKAGE_DIR})
-SET(ENV{LUA5.1_DIR} ${DEP_FRAMEWORK_DIR}/CEGUI.framework/Versions/A/Resources)
+SET(ENV{LUA5.1_DIR} ${DEP_FRAMEWORK_DIR}/CEGUILuaScriptModule.framework/Versions/A/Resources)
SET(ENV{OGGDIR} ${DEP_INCLUDE_DIR})
SET(ENV{VORBISDIR} ${DEP_INCLUDE_DIR})
SET(ENV{OGRE_PLUGIN_DIR} ${DEP_BINARY_DIR})
More information about the Orxonox-commit
mailing list