diff --git a/CMakeLists.txt b/CMakeLists.txt index c9301c63..9c8cd212 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ if(BUILD_NANOMSG_TRANSPORT) endif() if(BUILD_SDK) - set(required_dds_version 2.5.36) + set(required_dds_version 2.5.42) else() set(required_dds_version 2.4) endif() diff --git a/test/sdk/_topology.cxx b/test/sdk/_topology.cxx index efb55c31..bbc521da 100644 --- a/test/sdk/_topology.cxx +++ b/test/sdk/_topology.cxx @@ -32,7 +32,6 @@ TEST(TopologyHelper, MakeTopology) auto nativeSession(std::make_shared()); nativeSession->create(); EXPECT_THROW(sdk::MakeTopology(nativeTopo, nativeSession, env), sdk::RuntimeError); - nativeSession->stop(); nativeSession->shutdown(); }