forked from weaselab/conflict-set
Remove incorrect comma in CMakeLists.txt
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ cmake_pop_check_state()
|
|||||||
option(USE_SIMD_FALLBACK
|
option(USE_SIMD_FALLBACK
|
||||||
"Use fallback implementations of functions that use SIMD" OFF)
|
"Use fallback implementations of functions that use SIMD" OFF)
|
||||||
option(
|
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"
|
"Store 32 bit versions internally, and rely on versions never being different by more than 2e9"
|
||||||
OFF)
|
OFF)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user