Skip to content

Commit 818c8fe

Browse files
author
Roberto Di Remigio
committed
DEVELOPMENT_CODE ifdef guards were not active. Correcting
1 parent 30cb14a commit 818c8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ConfigVersion.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if(EXISTS ${PROJECT_SOURCE_DIR}/RELEASE)
1111
set(DEVELOPMENT_CODE FALSE)
1212
else()
1313
set(DEVELOPMENT_CODE TRUE)
14+
add_definitions(-DDEVELOPMENT_CODE)
1415
add_definitions(-DWAVELET_DEVELOPMENT)
1516
add_definitions(-DTSLESS_DEVELOPMENT)
1617
endif()

0 commit comments

Comments
 (0)