Adds Visual Studio 2017 to CI (for real) and adapt our build/tests (#1444)

This commit is contained in:
Daniel Lemire
2021-02-15 19:49:12 -05:00
committed by GitHub
parent 4c63a929bc
commit 610b3ad302
14 changed files with 1759 additions and 1927 deletions
+6 -1
View File
@@ -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)