Skip to content

Commit

Permalink
Updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 6, 2021
1 parent 115f8ea commit c2f5943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ cmake_minimum_required(VERSION 3.15)

project(CrashRepro VERSION 0.1.0 LANGUAGES CXX)

set(CMAKE_CXX_FLAGS_DEBUG "-Wno-deprecated-declarations")
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

include(FetchContent)

FetchContent_Declare(
simdjson
GIT_REPOSITORY https://github.com/simdjson/simdjson.git
GIT_SHALLOW TRUE
GIT_TAG tags/v0.9.6
GIT_TAG tags/v1.0.0
)

FetchContent_MakeAvailable(simdjson)
Expand Down

0 comments on commit c2f5943

Please sign in to comment.