Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Oct 20, 2024
1 parent f1c3f25 commit 41695be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ option(BUILD_GENERATORS "Build code generation applications." ON)
# for afl++ is provided instead.
option(ENABLE_LIBFUZZER "Build fuzzers with libFuzzer support." OFF)

option(ENABLE_POLYGON_TO_CELLS_ASSERT "Build additional asserts into the polyfill algorithm for debuggin." OFF)
option(ENABLE_POLYGON_TO_CELLS_ASSERT "Build additional asserts into the polyfill algorithm for debugging." OFF)
mark_as_advanced(ENABLE_POLYGON_TO_CELLS_ASSERT)

# These options exist for integration with OSS-Fuzz, so that the fuzzer options
Expand Down

0 comments on commit 41695be

Please sign in to comment.