mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 21:46:49 +08:00
Ignore unit tests for Windows
This commit is contained in:
@@ -62,6 +62,11 @@ IF (WIN32 AND WITH_DAEMON)
|
||||
SET(WITH_DAEMON OFF)
|
||||
ENDIF()
|
||||
|
||||
IF (WIN32 AND WITH_TESTS)
|
||||
MESSAGE(WARNING "Skipping unit tests, as it is not supported in Windows.")
|
||||
SET(WITH_TESTS OFF)
|
||||
ENDIF()
|
||||
|
||||
IF(Tesseract_FRAMEWORK_PATH AND Leptonica_FRAMEWORK_PATH)
|
||||
MESSAGE(STATUS "Using Tesseract iOS framework: ${Tesseract_FRAMEWORK_PATH}")
|
||||
MESSAGE(STATUS "Using Leptonica iOS framework: ${Leptonica_FRAMEWORK_PATH}")
|
||||
|
Reference in New Issue
Block a user