Add nitpick to production (but not stable) builds

This commit is contained in:
NissimHadar 2019-02-13 18:09:06 -08:00
parent 56483f4884
commit be5f9b211b

View file

@ -19,8 +19,8 @@ function(check_test name)
endfunction()
if (BUILD_TOOLS)
# Allow different tools for production builds
if (RELEASE_TYPE STREQUAL "PRODUCTION")
# Allow different tools for stable builds
if (STABLE_BUILD)
set(ALL_TOOLS
udt-test
vhacd-util