GZD survey is irrelevant to this project

This commit is contained in:
nashmuhandes 2024-09-02 15:21:13 +08:00
commit a6b0d46155

View file

@ -539,11 +539,11 @@ add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/sc_man_scanner.h
include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
option( SEND_ANON_STATS "Enable sending of anonymous hardware statistics" ON )
#option( SEND_ANON_STATS "Enable sending of anonymous hardware statistics" OFF )
if( NOT SEND_ANON_STATS )
add_definitions( -DNO_SEND_STATS )
endif()
#if( NOT SEND_ANON_STATS )
# add_definitions( -DNO_SEND_STATS )
#endif()
# Project files should be aware of the header files. We can GLOB these since
# there's generally a new cpp for every header so this file will get changed