mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Adds Visual Studio 2017 to CI (for real) and adapt our build/tests (#1444)
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
||||
option(ENABLE_FUZZING "enable building the fuzzers" ON)
|
||||
if(NOT SIMDJSON_LEGACY_VISUAL_STUDIO)
|
||||
option(ENABLE_FUZZING "enable building the fuzzers" ON)
|
||||
else()
|
||||
option(ENABLE_FUZZING "enable building the fuzzers" OFF)
|
||||
endif()
|
||||
|
||||
|
||||
if(ENABLE_FUZZING)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user