mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Add nitpick to production (but not stable) builds
This commit is contained in:
parent
56483f4884
commit
be5f9b211b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue