Changed: Don't compile client_patcher if using Steam
This commit is contained in:
parent
187e93e5c6
commit
d8264f5090
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
IF(WITH_RYZOM_CLIENT)
|
||||
ADD_SUBDIRECTORY(client_patcher)
|
||||
# Don't need ryzom_client_patcher if using Steam
|
||||
IF(NOT WITH_RYZOM_STEAM)
|
||||
ADD_SUBDIRECTORY(client_patcher)
|
||||
ENDIF()
|
||||
|
||||
IF(WITH_QT OR WITH_QT5)
|
||||
ADD_SUBDIRECTORY(client_config_qt)
|
||||
|
|
Loading…
Reference in a new issue