|
|
@@ -123,11 +123,8 @@ if(NO_MSG_HANDLER)
|
|
|
add_definitions(-DNO_MSG_HANDLER=1)
|
|
|
endif()
|
|
|
|
|
|
-# this option builds the updater
|
|
|
-option(BUILD_UPDATER "BUILD_UPDATER" OFF)
|
|
|
if(BUILD_UPDATER)
|
|
|
message("Compiling with updater")
|
|
|
- add_definitions(-DBUILD_UPDATER=1)
|
|
|
else()
|
|
|
message("Compiling without updater")
|
|
|
endif()
|