Skip to content
Snippets Groups Projects
Commit 165560a1 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

CI: add debug message for CI

parent 2c27e4f8
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,8 @@ if( OPENCV_INCLUDE_DIRS AND OPENCV_LIBRARIES )
set(OpenCV_FOUND TRUE)
set(OPENCV_VERSION ${OpenCV_VERSION}) #for compatility
endif()
message("OpenCV_VERSION")
message("${OpenCV_VERSION} ${OPENCV_ml_LIBRARY} ${OPENCV_core_LIBRARY}")
include(${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake)
find_package_handle_standard_args(OpenCV
......
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