mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
#6301 Fix use of ENV{}
This commit is contained in:
committed by
Nick Bolton
parent
11be6ef3d4
commit
d95af84528
@@ -21,7 +21,7 @@ option (SYNERGY_BUILD_LEGACY_GUI "Build the legacy GUI" ON)
|
||||
option (SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)
|
||||
option (SYNERGY_BUILD_LEGACY_INSTALLER "Build the legacy installer" ON)
|
||||
|
||||
if (DEFINED $ENV{SYNERGY_ENTERPRISE})
|
||||
if (DEFINED ENV{SYNERGY_ENTERPRISE})
|
||||
option (SYNERGY_ENTERPRISE "Build Enterprise" ON)
|
||||
else()
|
||||
option (SYNERGY_ENTERPRISE "Build Enterprise" OFF)
|
||||
|
||||
Reference in New Issue
Block a user