mirror of
https://github.com/lubosz/overte.git
synced 2025-08-16 19:41:22 +02:00
Merge mess...
This commit is contained in:
parent
c2ee8f7795
commit
e39012de6e
1 changed files with 20 additions and 23 deletions
|
@ -31,9 +31,6 @@ if (BUILD_TOOLS)
|
|||
add_subdirectory(oven)
|
||||
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
||||
|
||||
# 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()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue