finish cleanup for plugins
This commit is contained in:
@@ -395,14 +395,6 @@ if(UNIX AND NOT APPLE)
|
||||
)
|
||||
endif()
|
||||
|
||||
# plugins in blender 2.6 don't work at the moment.
|
||||
#
|
||||
# install(
|
||||
# DIRECTORY ${CMAKE_SOURCE_DIR}/release/plugins
|
||||
# DESTINATION ${TARGETDIR_VER}
|
||||
# PATTERN ".svn" EXCLUDE
|
||||
# )
|
||||
|
||||
if(WITH_PYTHON)
|
||||
if(WITH_PYTHON_INSTALL)
|
||||
# on some platforms (like openSUSE) Python is linked
|
||||
@@ -482,14 +474,6 @@ elseif(WIN32)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# plugins in blender 2.6 don't work at the moment.
|
||||
#
|
||||
# install(
|
||||
# DIRECTORY ${CMAKE_SOURCE_DIR}/release/plugins
|
||||
# DESTINATION ${TARGETDIR_VER}
|
||||
# PATTERN ".svn" EXCLUDE
|
||||
# )
|
||||
|
||||
if(WITH_PYTHON)
|
||||
set_lib_path(PYLIB "python/lib")
|
||||
install(
|
||||
@@ -857,7 +841,6 @@ endif()
|
||||
bf_blenlib
|
||||
bf_intern_ghost
|
||||
bf_intern_string
|
||||
bf_blenpluginapi
|
||||
bf_avi
|
||||
bf_imbuf_cineon
|
||||
bf_imbuf_openexr
|
||||
|
Reference in New Issue
Block a user