From e836ff4cccead86e6cf460a46eb6d8440f76b1f8 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Mon, 2 Sep 2024 15:28:07 +0800 Subject: [PATCH] Woops --- src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7c431476..315a02798 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" OFF ) +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