mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 09:36:51 +08:00
Removed cmake file from opencv HINT
This commit is contained in:
@@ -59,7 +59,7 @@ include_directories(${Tesseract_INCLUDE_DIRS})
|
||||
# Discover OpenCV directory automatically
|
||||
find_path(OpenCV_DIR
|
||||
NAMES OpenCVConfig.cmake
|
||||
HINTS ${CMAKE_SOURCE_DIR}/../libraries/opencv/OpenCVConfig.cmake
|
||||
HINTS ${CMAKE_SOURCE_DIR}/../libraries/opencv/
|
||||
)
|
||||
# Opencv Package
|
||||
FIND_PACKAGE( OpenCV REQUIRED )
|
||||
|
Reference in New Issue
Block a user