Skip to content

Commit a0a05b5

Browse files
Removing unnecessary projets from benchmarks/src as suggested by lemire
1 parent c56747b commit a0a05b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(SerializatonTwitterBenchmark) # Name your project
4-
53
# Set C++ standard to C++17 or higher if needed
64
#set(CMAKE_CXX_STANDARD 23)
75
#set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -36,6 +34,7 @@ default to Debug. Consider setting CMAKE_BUILD_TYPE.")
3634
endif()
3735
endif()
3836

37+
# set(CMAKE_OSX_ARCHITECTURES "arm64")
3938

4039
# if(CMAKE_BUILD_TYPE STREQUAL "Debug")
4140
# set(CMAKE_C_FLAGS_DEBUG "-g -fsanitize=address,undefined -fno-omit-frame-pointer")
@@ -57,6 +56,7 @@ add_executable(SerializationTwitterBenchmark benchmark_serialization_twitter.cpp
5756
target_compile_options(SerializationBenchmark PRIVATE -freflection -stdlib=libc++ -std=c++26)
5857
target_compile_options(SerializationTwitterBenchmark PRIVATE -freflection -stdlib=libc++ -std=c++26)
5958

59+
#find_package(CURL REQUIRED)
6060

6161
# Link sanitizers and libraries
6262
target_link_libraries(SerializationTwitterBenchmark PRIVATE nlohmann_json::nlohmann_json simdjson::simdjson)

0 commit comments

Comments
 (0)