From 0184e1d7f60242d9842657d5d01c2b7a486d3e61 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sun, 30 Jun 2024 11:34:50 -0700 Subject: [PATCH] Remove incorrect comma in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0db101d..0b2eddc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ cmake_pop_check_state() option(USE_SIMD_FALLBACK "Use fallback implementations of functions that use SIMD" OFF) option( - USE_32_BIT_VERSIONS, + USE_32_BIT_VERSIONS "Store 32 bit versions internally, and rely on versions never being different by more than 2e9" OFF)