Skip to content

Commit 42a26b7

Browse files
committed
Remove unused dependencies in CMakeLists.txt
1 parent ad12ef5 commit 42a26b7

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,3 @@ add_subdirectory(Library)
4646
# Raisr Sample app
4747
include_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-

0 commit comments

Comments
 (0)