Commented out the experimental V8 and Python plugins as these plugins only existed as a proof of concept test linkage with these dependenices, and have no functionality beyond this.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14678 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -276,13 +276,15 @@ IF ((LUA_LIBRARIES AND LUA_INCLUDE_DIR) OR (LUA_SOURCE_DIR AND LUA_INCLUDE_DIR)
|
||||
ADD_SUBDIRECTORY(lua)
|
||||
ENDIF()
|
||||
|
||||
IF (V8_FOUND)
|
||||
ADD_SUBDIRECTORY(V8)
|
||||
ENDIF()
|
||||
|
||||
IF (PYTHONLIBS_FOUND)
|
||||
ADD_SUBDIRECTORY(python)
|
||||
ENDIF()
|
||||
# V8 and Python plugins are tests for linking against these libraries but aren't functionality beyond this.
|
||||
# IF (V8_FOUND)
|
||||
# ADD_SUBDIRECTORY(V8)
|
||||
# ENDIF()
|
||||
#
|
||||
# IF (PYTHONLIBS_FOUND)
|
||||
# ADD_SUBDIRECTORY(python)
|
||||
# ENDIF()
|
||||
|
||||
####################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user