]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/fann/fix-uwp-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / fann / fix-uwp-build.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index b91f6fb..22c39d7 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -22,6 +22,10 @@ SET(PKGCONFIG_INSTALL_DIR /lib/pkgconfig)
6
7 INSTALL_FILES( ${PKGCONFIG_INSTALL_DIR} FILES fann.pc )
8
9 +if (MSVC)
10 + add_compile_options(/wd4996)
11 +endif()
12 +
13 ADD_SUBDIRECTORY( src )
14
15 ################# cpack ################