mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +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")
|
||||
|
||||
# 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)
|
||||
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
|
||||
##endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue