]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pcre2/pcre2-10.35_fix-uwp.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pcre2 / pcre2-10.35_fix-uwp.patch
1 --- a/CMakeLists.txt 2020-05-09 16:43:10.000000000 +0200
2 +++ b/CMakeLists.txt 2020-06-03 20:57:17.026182500 +0200
3 @@ -619,6 +619,7 @@
4
5 IF(MSVC)
6 ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS)
7 + add_compile_options(/wd4146)
8 ENDIF(MSVC)
9
10 SET(CMAKE_INCLUDE_CURRENT_DIR 1)