Remove incorrect comma in CMakeLists.txt

This commit is contained in:
2024-06-30 11:34:50 -07:00
parent c52d50f4f9
commit 0184e1d7f6
+1 -1
View File
@@ -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)