Skip to content

Commit

Permalink
enable custom boost assertion handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Mar 4, 2011
1 parent 1a87971 commit b5fe49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpp/CMakeLists.txt
Expand Up @@ -70,6 +70,9 @@ else()

endif()

# enable boost assertion handler
add_definitions(-DBOOST_ENABLE_ASSERT_HANDLER)

# find boost and required libraries
set(BOOST_VERSION 1.44.0)
set(Boost_USE_STATIC_LIBS ON)
Expand Down

0 comments on commit b5fe49d

Please sign in to comment.