finish cleanup for plugins

This commit is contained in:
Campbell Barton
2012-05-29 10:31:42 +00:00
parent 16117143d8
commit 0b7593a3dc
8 changed files with 3 additions and 64 deletions

View File

@@ -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