1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0026652: OCC_DEBUG definition is always added to the compiler command line

a misprint in the if statement fixed
This commit is contained in:
ibs 2015-09-07 12:47:55 +03:00 committed by bugmaster
parent a7372ed55e
commit bc54ec0408

View File

@ -43,7 +43,7 @@ endif()
# enable extended messages of many OCCT algorithms
set (OCCT_ALGO_EXTENDED_OUTPUT OFF CACHE BOOL "${OCCT_ALGO_EXTENDED_OUTPUT_DESCR}")
if (OCCT_ALGO_EXTENDED_OUTPUT_DESCR)
if (OCCT_ALGO_EXTENDED_OUTPUT)
add_definitions (-DOCCT_DEBUG)
endif()