Make it clear was BUILD_SERVICE does
This commit is contained in:
parent
c297fced3d
commit
82a4b859c3
|
@ -369,4 +369,4 @@ if (CONF_DOXYGEN)
|
|||
|
||||
endif()
|
||||
|
||||
option(BUILD_SERVICE "Build synergyd" ON)
|
||||
option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)
|
||||
|
|
|
@ -18,7 +18,7 @@ add_subdirectory(synergyc)
|
|||
add_subdirectory(synergys)
|
||||
add_subdirectory(syntool)
|
||||
|
||||
if (BUILD_SERVICE)
|
||||
if (SYNERGY_BUILD_LEGACY_SERVICE)
|
||||
add_subdirectory(synergyd)
|
||||
endif (BUILD_SERVICE)
|
||||
endif (SYNERGY_BUILD_LEGACY_SERVICE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue