diff --git a/ispd/src/CMakeLists.txt b/ispd/src/CMakeLists.txt index bb2a7c5d..4bc02cdf 100644 --- a/ispd/src/CMakeLists.txt +++ b/ispd/src/CMakeLists.txt @@ -21,6 +21,7 @@ ${CORIOLIS_LIBRARIES} ${HURRICANE_GRAPHICAL_LIBRARIES} ${HURRICANE_LIBRARIES} + ${CONFIGURATION_LIBRARY} ${AGDS_LIBRARY} ${CIF_LIBRARY} ${OA_LIBRARIES} diff --git a/ispd/src/IspdMain.cpp b/ispd/src/IspdMain.cpp index 248f53f2..036a1d6d 100644 --- a/ispd/src/IspdMain.cpp +++ b/ispd/src/IspdMain.cpp @@ -849,7 +849,7 @@ int main ( int argc, char *argv[] ) exit ( 0 ); } - System::getSystem()->setCatchCore ( not coreDump ); + System::get()->setCatchCore ( not coreDump ); if ( verbose1 ) mstream::enable ( mstream::VerboseLevel1 ); if ( verbose2 ) mstream::enable ( mstream::VerboseLevel2 ); ltracelevel ( traceLevel );