We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 943e419 + 1c40935 commit 011bd3cCopy full SHA for 011bd3c
CMakeLists.txt
@@ -211,7 +211,7 @@ include_directories(SYSTEM ${NLOHMANN_INCLUDE_DIR})
211
find_path(POTRACE_INCLUDE_DIR potracelib.h)
212
find_library(POTRACE_LIBRARY NAMES potrace)
213
214
-find_package(OpenCV OPTIONAL_COMPONENTS core imgcodecs imgproc)
+find_package(OpenCV QUIET OPTIONAL_COMPONENTS core imgcodecs imgproc)
215
216
############### Libraries are found now ########################
217
0 commit comments