mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:22:49 +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
|
# Discover OpenCV directory automatically
|
||||||
find_path(OpenCV_DIR
|
find_path(OpenCV_DIR
|
||||||
NAMES OpenCVConfig.cmake
|
NAMES OpenCVConfig.cmake
|
||||||
HINTS ${CMAKE_SOURCE_DIR}/../libraries/opencv/OpenCVConfig.cmake
|
HINTS ${CMAKE_SOURCE_DIR}/../libraries/opencv/
|
||||||
)
|
)
|
||||||
# Opencv Package
|
# Opencv Package
|
||||||
FIND_PACKAGE( OpenCV REQUIRED )
|
FIND_PACKAGE( OpenCV REQUIRED )
|
||||||
|
Reference in New Issue
Block a user