diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-14 13:05:42 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-14 13:05:42 +0300 |
commit | 4b972da4fb8c047e6c1b876f3d026f213cade3b7 (patch) | |
tree | 4c7453323a0a572846b42a1091859c4867ae68f4 /contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt | |
parent | bb4d56c9f2833ca3622dce9ee4a799910ea1549c (diff) | |
download | ydb-4b972da4fb8c047e6c1b876f3d026f213cade3b7.tar.gz |
Update contrib/restricted/google/benchmark to 1.8.0
Diffstat (limited to 'contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt')
-rw-r--r-- | contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt b/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt index d1f192eee7..a18f8b0963 100644 --- a/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt +++ b/contrib/restricted/google/benchmark/CMakeLists.linux-x86_64.txt @@ -13,8 +13,10 @@ target_compile_options(restricted-google-benchmark PUBLIC ) target_compile_options(restricted-google-benchmark PRIVATE -DHAVE_POSIX_REGEX + -DHAVE_PTHREAD_AFFINITY -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK + -DBENCHMARK_HAS_PTHREAD_AFFINITY $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything> ) target_include_directories(restricted-google-benchmark PUBLIC @@ -43,7 +45,6 @@ target_sources(restricted-google-benchmark PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/json_reporter.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/perf_counters.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/reporter.cc - ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sleep.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/statistics.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/string_util.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/google/benchmark/src/sysinfo.cc |