]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cxxopts/fix-uwp-error.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cxxopts / fix-uwp-error.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 440490b..0ceb003 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -54,6 +54,8 @@ endif()
6
7 add_library(cxxopts INTERFACE)
8
9 +add_definitions(-D_CRT_SECURE_NO_WARNINGS)
10 +
11 # optionally, enable unicode support using the ICU library
12 set(CXXOPTS_USE_UNICODE_HELP FALSE CACHE BOOL "Use ICU Unicode library")
13 if(CXXOPTS_USE_UNICODE_HELP)