aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/showoptions.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 5a80136312d..ae303259bda 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -170,6 +170,12 @@ if(WITH_STRICT_DATABASE_TYPE_CHECKS)
add_definitions(-DTRINITY_STRICT_DATABASE_TYPE_CHECKS)
endif()
+if(WITH_BOOST_STACKTRACE)
+ if (BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE)
+ add_definitions(-DBOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE="${BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE}")
+ endif()
+endif()
+
if(BUILD_SHARED_LIBS)
message("")
message(" *** WITH_DYNAMIC_LINKING - INFO!")