mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 01:10:44 +02:00
Do not build nitpick in PRODUCTION build.
This commit is contained in:
parent
ecef7834f2
commit
acbbe2658d
1 changed files with 22 additions and 20 deletions
|
@ -31,6 +31,8 @@ if (BUILD_TOOLS)
|
|||
add_subdirectory(oven)
|
||||
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
||||
|
||||
if (NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
add_subdirectory(nitpick)
|
||||
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue