From f08d1159dc4c7109492e0f726b4b968d3698fbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6rner?= Date: Wed, 26 Jun 2024 12:06:38 +0200 Subject: [PATCH] drop broken test hook from Fast-CDR import The tests were not imported but still referenced in the cmake depending on the system cmake version. --- .../3rdparty/Fast-CDR/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plotjuggler_plugins/ParserROS/rosx_introspection/3rdparty/Fast-CDR/CMakeLists.txt b/plotjuggler_plugins/ParserROS/rosx_introspection/3rdparty/Fast-CDR/CMakeLists.txt index 948da0f3c..c38b86c3b 100644 --- a/plotjuggler_plugins/ParserROS/rosx_introspection/3rdparty/Fast-CDR/CMakeLists.txt +++ b/plotjuggler_plugins/ParserROS/rosx_introspection/3rdparty/Fast-CDR/CMakeLists.txt @@ -125,20 +125,6 @@ set(LICENSE_INSTALL_DIR ${DATA_INSTALL_DIR}/${PROJECT_NAME} CACHE PATH "Installa ############################################################################### add_subdirectory(src/cpp) -############################################################################### -# Testing -############################################################################### -enable_testing() -include(CTest) - -if (BUILD_TESTING) - if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.22) - add_subdirectory(test) - else() - message(INFO "Tests are disabled because the version of CMake is less than 3.22") - endif() -endif() - ############################################################################### # Documentation ###############################################################################