Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan Jowett committed May 6, 2024
1 parent 8940dc9 commit 94b620e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ if(UBPF_ENABLE_PACKAGE)
include("cmake/packaging.cmake")
endif()

# Add libfuzzer if UBPF_ENABLE_LIBFUZZER or UBPF_ENABLE_COVERAGE is enabled
if (UBPF_ENABLE_LIBFUZZER OR UBPF_ENABLE_COVERAGE)
if (UBPF_ENABLE_LIBFUZZER)
add_subdirectory("libfuzzer")
endif()

0 comments on commit 94b620e

Please sign in to comment.