Skip to content
Snippets Groups Projects
Commit 744689a9 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX cmakelists to work with opencv and gtk2.0, otherwise it has incompatibility with ROS

parent 3692d00a
No related branches found
No related tags found
No related merge requests found
......@@ -199,8 +199,8 @@ SET(headers_alg_anms
# locate the necessary dependencies
FIND_PACKAGE(Eigen3 REQUIRED)
#FIND_PACKAGE(OpenCV REQUIRED)
INCLUDE (${PROJECT_SOURCE_DIR}/cmake_modules/FindOpenCV.cmake)
FIND_PACKAGE(OpenCV REQUIRED)
#INCLUDE (${PROJECT_SOURCE_DIR}/cmake_modules/FindOpenCV.cmake)
#FIND_PACKAGE(Boost REQUIRED)
if (OpenCV_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment