]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pcl/fix-check-sse.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pcl / fix-check-sse.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index e580b1a..572ea06 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -86,7 +86,7 @@ endif()
6
7 # check for SSE flags
8 include("${PCL_SOURCE_DIR}/cmake/pcl_find_sse.cmake")
9 -if(PCL_ENABLE_SSE AND "${CMAKE_CXX_FLAGS}" STREQUAL "${CMAKE_CXX_FLAGS_DEFAULT}")
10 +if(PCL_ENABLE_SSE)
11 PCL_CHECK_FOR_SSE()
12 endif()
13