]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pcl/boost-1.70.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pcl / boost-1.70.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index b301cf1..789b660 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -462,6 +462,9 @@ endif()
6
7 # Boost (required)
8 include("${PCL_SOURCE_DIR}/cmake/pcl_find_boost.cmake")
9 +if (NOT APPLE AND NOT WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
10 + add_definitions(-fext-numeric-literals)
11 +endif()
12
13 ### ---[ Create the config.h file
14 set(pcl_config_h_in "${CMAKE_CURRENT_SOURCE_DIR}/pcl_config.h.in")