From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- fuzz/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'fuzz/CMakeLists.txt') diff --git a/fuzz/CMakeLists.txt b/fuzz/CMakeLists.txt index ad30aa3..241cdc7 100644 --- a/fuzz/CMakeLists.txt +++ b/fuzz/CMakeLists.txt @@ -9,10 +9,8 @@ list(APPEND COMPAT_SOURCES list(APPEND COMMON_SOURCES mutator_aux.c - uniform_random.c ) - # fuzz_cred add_executable(fuzz_cred fuzz_cred.c ${COMMON_SOURCES} ${COMPAT_SOURCES}) target_compile_options(fuzz_cred PRIVATE ${FUZZ_LDFLAGS}) -- cgit v1.2.3