From 898f6a922205525ea82d63939a44c964f8bc1f10 Mon Sep 17 00:00:00 2001 From: ibs Date: Mon, 24 Aug 2015 15:14:59 +0300 Subject: [PATCH] 0026592: Macros OCCT_DEBUG is not supported while configuration 7.0.0 dev version with CMake OCCT_ALGO_EXTENDED_OUTPUT variable introduced --- CMakeLists.txt | 5 +++++ adm/cmake/vardescr.cmake | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85c57effed..637908da53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,11 @@ if (DEFINED CMAKE_BUILD_TYPE AND NOT CMAKE_BUILD_TYPE) # single-configuration ge set (CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE) 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) + add_definitions (-DOCCT_DEBUG) +endif() # Rebuild *.yacc and *.lex files set (REBUILD_PLATFORM_DEPENDENT_CODE OFF CACHE BOOL "${REBUILD_PLATFORM_DEPENDENT_CODE_DESCR}") diff --git a/adm/cmake/vardescr.cmake b/adm/cmake/vardescr.cmake index a16e83c782..fb344edd77 100644 --- a/adm/cmake/vardescr.cmake +++ b/adm/cmake/vardescr.cmake @@ -18,6 +18,10 @@ set (REBUILD_PLATFORM_DEPENDENT_CODE_DESCR ExprIntrp functionality are generated automatically with Flex/Bison. Checking this options leads to automatic search of Flex/Bison binaries and regeneration of the mentioned files") +set (OCCT_ALGO_EXTENDED_OUTPUT_DESCR +"Enables extended messages of many OCCT algorithms, usually printed to cout. +These include messages on internal errors and special cases encountered, timing etc") + # install variables set (INSTALL_DIR_DESCR "The place where built OCCT libraries, headers, test cases (INSTALL_OCCT_TEST_CASES variable),