Woops
This commit is contained in:
parent
a6b0d46155
commit
e836ff4ccc
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue