Skip to content
Snippets Groups Projects
Commit 6397f9f4 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update CMakeLists.txt

parent 11d3ec3c
No related branches found
No related tags found
1 merge request!36After cmake and const refactor
...@@ -81,8 +81,12 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON) ...@@ -81,8 +81,12 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON)
# ============ DEPENDENCIES ================== # ============ DEPENDENCIES ==================
FIND_PACKAGE(wolfcore REQUIRED) FIND_PACKAGE(wolfcore REQUIRED)
SET(PRINT_INFO_VU false)
FIND_PACKAGE(OpenCV REQUIRED) FIND_PACKAGE(OpenCV REQUIRED)
IF(OpenCV_FOUND)
MESSAGE(STATUS "Found OpenCV: ${OpenCV_INCLUDE_DIRS}")
ELSEIF()
MESSAGE(STATUS "OpenCV not found!")
ENDIF()
# ============ config.h ================== # ============ config.h ==================
string(TOUPPER ${PROJECT_NAME} UPPER_NAME) string(TOUPPER ${PROJECT_NAME} UPPER_NAME)
......
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