From cb55edf31e890afa96e74550b43b73da49e9b73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20David=20L=C3=B3pez=20Machado?= Date: Wed, 28 Aug 2024 12:27:27 +0200 Subject: [PATCH] INSTALL-1084 #124 Remove unrequired dependency on Recording Service (#125) --- cmake/Modules/FindRTIConnextDDS.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Modules/FindRTIConnextDDS.cmake b/cmake/Modules/FindRTIConnextDDS.cmake index 730fe34..2c90919 100644 --- a/cmake/Modules/FindRTIConnextDDS.cmake +++ b/cmake/Modules/FindRTIConnextDDS.cmake @@ -1980,7 +1980,6 @@ if(recording_service IN_LIST RTIConnextDDS_FIND_COMPONENTS) list(APPEND recording_service_libs "rtiroutingservice" "rtirsinfrastructure" - "rtiserviceadmincpp" "nddscpp2" "rtidlc" "nddsmetp"