mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 06:26:58 +08:00
Disable statedetection by default -- speeds up compile and runtime load time
This commit is contained in:
@@ -32,7 +32,7 @@ IF ( NOT DEFINED WITH_DAEMON )
|
||||
ENDIF()
|
||||
|
||||
IF ( NOT DEFINED WITH_STATEDETECTION )
|
||||
SET(WITH_STATEDETECTION ON)
|
||||
SET(WITH_STATEDETECTION OFF)
|
||||
ENDIF()
|
||||
|
||||
if ( NOT DEFINED WITH_GPU_DETECTOR )
|
||||
|
Reference in New Issue
Block a user