From Stephan Huber, fix for building lua plugin from local source
This commit is contained in:
@@ -263,7 +263,7 @@ ADD_SUBDIRECTORY(trk)
|
||||
#
|
||||
# ScriptEngines
|
||||
#
|
||||
IF ((LUA_LIBRARIES AND LUA_INCLUDE_DIR) OR (LUA_SOURCE_DIR AND LUA_INCLUDE_DIR))
|
||||
IF ((LUA_LIBRARIES AND LUA_INCLUDE_DIR) OR (LUA_SOURCE_DIR AND LUA_INCLUDE_DIR) OR (OSG_USE_LOCAL_LUA_SOURCE))
|
||||
ADD_SUBDIRECTORY(lua)
|
||||
ENDIF()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user