From e1ddf26f7c8c57ffc2882f33cdd5b19f5c1862f1 Mon Sep 17 00:00:00 2001 From: Federico Maggi Date: Wed, 20 Oct 2021 16:00:27 +0200 Subject: [PATCH] Removing existing fuzzer from orig. location Signed-off-by: Federico Maggi --- src/cpp/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index 1ff26c41486..4da8c161461 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -504,11 +504,6 @@ if(MSVC OR MSVC_IDE) endif() endif() -if(DEFINED ENV{LIB_FUZZING_ENGINE}) - add_executable(fuzz_processCDRMsg rtps/messages/fuzz_processCDRMsg.cpp) - target_link_libraries(fuzz_processCDRMsg ${PROJECT_NAME} $ENV{LIB_FUZZING_ENGINE}) -endif() - ############################################################################### # Packaging ###############################################################################