Skip to content

Commit

Permalink
Removing existing fuzzer from original location (#2283)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Maggi <federico@maggi.cc>
  • Loading branch information
phretor authored Oct 20, 2021
1 parent b2bbea8 commit ccbd518
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down

0 comments on commit ccbd518

Please sign in to comment.