mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
No need to build on Android or in a Production build
This commit is contained in:
parent
acbbe2658d
commit
1fa516dd56
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ if (BUILD_TOOLS)
|
|||
add_subdirectory(oven)
|
||||
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
||||
|
||||
if (NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
# No need to build on Android or in a Production build
|
||||
if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||
add_subdirectory(nitpick)
|
||||
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue