]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libcds/002-lib-suffix-option.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libcds / 002-lib-suffix-option.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index aa287ff8..20fe7b49 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -118,7 +118,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_C
6
7 if(CMAKE_TARGET_ARCHITECTURE STREQUAL "x86_64")
8 list(APPEND LIBCDS_PUBLIC_CXX_FLAGS "-mcx16")
9 - set(LIB_SUFFIX "64")
10 + set(LIB_SUFFIX "64" CACHE STRING "")
11
12 # GCC-7: 128-bit atomics support is implemented via libatomic on amd64
13 # see https://gcc.gnu.org/ml/gcc/2017-01/msg00167.html