Skip to content
Snippets Groups Projects
Commit db63b689 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: only enable boost assert handler in cnproc, not in full bgpcn build...

bug 1362: only enable boost assert handler in cnproc, not in full bgpcn build (which makes executables like tests in LCS/Common expect it)
parent b0f9bde3
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ set(BGPCN_EXE_LINKER_FLAGS_DEBUG)
set(BGPCN_EXE_LINKER_FLAGS_OPT)
set(BGPCN_COMPILE_DEFINITIONS
-B/bgsys/drivers/ppcfloor/gnu-linux/powerpc-bgp-linux/bin
-DBOOST_ENABLE_ASSERT_HANDLER
-DHAVE_BGP
-DHAVE_BGP_CN
-DHAVE_FCNP
......
......@@ -2,6 +2,8 @@
lofar_package(CNProc 1.0 DEPENDS Common Stream Interface FCNP)
add_definitions(-DBOOST_ENABLE_ASSERT_HANDLER)
include(LofarFindPackage)
lofar_find_package(MASS)
lofar_find_package(Boost REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment