Don't include nitpick in OSX client-only build

This commit is contained in:
David Rowe 2021-04-06 12:36:13 +12:00
parent 6b18011a97
commit bed6f32c7a

View file

@ -38,8 +38,11 @@ if (BUILD_TOOLS)
# Allow different tools for stable builds
if (STABLE_BUILD)
else()
# 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})
check_test(${TOOL})