Disable statedetection by default -- speeds up compile and runtime load time

This commit is contained in:
Matt Hill
2016-07-09 10:39:55 -04:00
parent ef6b3ec21f
commit 3748a5a5b5

View File

@@ -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 )