From 41695bec2983a7af6457b85285433610e31533e6 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Sun, 20 Oct 2024 09:34:57 -0700 Subject: [PATCH] typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1caadf0b2..ecaead51d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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