mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-13 09:23:44 +08:00
Added additional hint for OpenCV cmake dir
This commit is contained in:
@@ -60,6 +60,7 @@ include_directories(${Tesseract_INCLUDE_DIRS})
|
||||
find_path(OpenCV_DIR
|
||||
NAMES OpenCVConfig.cmake
|
||||
HINTS ${CMAKE_SOURCE_DIR}/../libraries/opencv/
|
||||
/storage/projects/alpr/libraries/opencv/
|
||||
)
|
||||
# Opencv Package
|
||||
FIND_PACKAGE( OpenCV REQUIRED )
|
||||
|
Reference in New Issue
Block a user