mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Removed debug code.
This commit is contained in:
parent
b62b781fb0
commit
c817c66513
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ if (BUILD_TOOLS)
|
||||||
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
set_target_properties(oven PROPERTIES FOLDER "Tools")
|
||||||
|
|
||||||
# No need to build on Android or in a Production build
|
# No need to build on Android or in a Production build
|
||||||
##if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
|
||||||
add_subdirectory(nitpick)
|
add_subdirectory(nitpick)
|
||||||
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
||||||
##endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue