Skip to content

Commit

Permalink
build: make simdjson ready
Browse files Browse the repository at this point in the history
Signed-off-by: jasonyuchen <[email protected]>
  • Loading branch information
JasonYuchen committed Mar 10, 2022
1 parent 67a4786 commit 531307f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ FetchContent_Declare(
)

FetchContent_MakeAvailable(googletest)
# TODO(jyc): remove this for simdjson
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-ambiguous-reversed-operator")
FetchContent_MakeAvailable(simdjson)

0 comments on commit 531307f

Please sign in to comment.