Reverting the boost::python bindings, moving dev to out of trunk.

This commit is contained in:
Ethan Rublee
2011-05-24 22:01:41 +00:00
parent 0d2c98b5e1
commit 89b5f40ce3
12 changed files with 0 additions and 750 deletions

View File

@@ -3,11 +3,6 @@
# ----------------------------------------------------------------------------
project(opencv_python)
option(MAKE_BOOST_PYTHON_BINDINGS Off)
if(MAKE_BOOST_PYTHON_BINDINGS)
add_subdirectory(boost)
endif()
include_directories(${PYTHON_INCLUDE_PATH})
include_directories(
"${CMAKE_CURRENT_SOURCE_DIR}/src1"