mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:10:56 +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()
|
endfunction()
|
||||||
|
|
||||||
if (BUILD_TOOLS)
|
if (BUILD_TOOLS)
|
||||||
# Allow different tools for production builds
|
# Allow different tools for stable builds
|
||||||
if (RELEASE_TYPE STREQUAL "PRODUCTION")
|
if (STABLE_BUILD)
|
||||||
set(ALL_TOOLS
|
set(ALL_TOOLS
|
||||||
udt-test
|
udt-test
|
||||||
vhacd-util
|
vhacd-util
|
||||||
|
|
Loading…
Reference in a new issue