Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini committed Dec 9, 2023
1 parent 518b576 commit 153ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/iCub/stereoVision/sgbm_cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ find_package(CUDA ${ZED_CUDA_VERSION} EXACT REQUIRED)
message(STATUS "CUDA:" ${CUDA_INCLUDE_DIRS})
message(STATUS "OpenCVInclude:" ${OpenCV_INCLUDE_DIRS})
message(STATUS "OpenCVInclude:" ${OPENCV_INCLUDE_DIRS})
message(STATUS "OpenCVLibraries:" ${OpenCV_LIBRARIES})
message(STATUS "OpenCVLibraries:" ${OpenCV_LIBS})
message(STATUS "OpenCVLibs:" ${OpenCV_LIBS})
message(STATUS "OpenCVLibDIR:" ${OpenCV_LIBRARY_DIRS})
set(OpenCV_LIBRARY_DIRS "/opt/disk/install/lib")
Expand Down

0 comments on commit 153ef3e

Please sign in to comment.