File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,19 +46,3 @@ add_subdirectory(Library)
4646# Raisr Sample app
4747include_directories (${PROJECT_SOURCE_DIR} /Library/ )
4848
49- # Requires OpenCV
50- find_package (OpenCV 4.0.0 REQUIRED )
51- # Show a message with the opencv version detected
52- message ("OpenCV version : ${OpenCV_VERSION} " )
53- # Add the paths to the include directories/to the header files
54- include_directories (${OpenCV_INCLUDE_DIRS} )
55-
56- # Requires Pythons Libs
57- find_package (PythonLibs REQUIRED )
58- # Set Numpy dependency
59- set (PYTHON_INCLUDE_DIRS ${PYTHON_INCLUDE_DIRS} /usr/local/lib/python2.7/dist-packages/numpy/core/include)
60- include_directories (${PYTHON_INCLUDE_DIRS} )
61-
62- # NOTE: enable below line to build python library
63- #target_link_libraries(py_raisr ${PYTHON_LIBRARIES} ${OpenCV_LIBS} raisr)
64-
You can’t perform that action at this time.
0 commit comments