projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7372ed
)
0026652: OCC_DEBUG definition is always added to the compiler command line
author
ibs
<ibs@opencascade.com>
Mon, 7 Sep 2015 09:47:55 +0000 (12:47 +0300)
committer
bugmaster
<bugmaster@opencascade.com>
Thu, 10 Sep 2015 14:54:34 +0000 (17:54 +0300)
a misprint in the if statement fixed
CMakeLists.txt
patch
|
blob
|
blame
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
9764d2b
..
7509a5b
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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()