Make it clear was BUILD_SERVICE does

This commit is contained in:
Andrew Nelless 2017-02-04 03:15:51 +00:00
parent c297fced3d
commit 82a4b859c3
2 changed files with 3 additions and 3 deletions

View File

@ -369,4 +369,4 @@ if (CONF_DOXYGEN)
endif() endif()
option(BUILD_SERVICE "Build synergyd" ON) option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)

View File

@ -18,7 +18,7 @@ add_subdirectory(synergyc)
add_subdirectory(synergys) add_subdirectory(synergys)
add_subdirectory(syntool) add_subdirectory(syntool)
if (BUILD_SERVICE) if (SYNERGY_BUILD_LEGACY_SERVICE)
add_subdirectory(synergyd) add_subdirectory(synergyd)
endif (BUILD_SERVICE) endif (SYNERGY_BUILD_LEGACY_SERVICE)