From a6b0d461553ad71f051adf92b2a73937f3452ce7 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Mon, 2 Sep 2024 15:21:13 +0800 Subject: [PATCH] GZD survey is irrelevant to this project --- src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d62f05ab..c7c431476 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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