]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/grppi/fix-build-error.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / grppi / fix-build-error.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 09f1f9b..9ef62e9 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -13,7 +13,7 @@ message(STATUS "CMAKE_CXX_COMPILER_ID: " ${CMAKE_CXX_COMPILER_ID} )
6
7 set(CMAKE_CXX_STANDARD 14)
8
9 -add_compile_options(-Wall -Werror -pedantic -pedantic-errors -Wextra -Weffc++)
10 +add_compile_options(-Wall -Werror -pedantic -pedantic-errors -Wextra)
11
12 # Set specific options depending on compiler
13 if ( ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" )