mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 17:33:05 +02:00
Don't include nitpick in OSX client-only build
This commit is contained in:
parent
6b18011a97
commit
bed6f32c7a
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ if (BUILD_TOOLS)
|
|||
# Allow different tools for stable builds
|
||||
if (STABLE_BUILD)
|
||||
else()
|
||||
list(APPEND ALL_TOOLS nitpick)
|
||||
# Don't include nitpick in OSX client-only DMGs.
|
||||
if (NOT APPLE OR NOT CLIENT_ONLY)
|
||||
list(APPEND ALL_TOOLS nitpick)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
foreach(TOOL ${ALL_TOOLS})
|
||||
|
|
Loading…
Reference in a new issue