]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libvorbis/0002-Fixup-pkgconfig-libs.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libvorbis / 0002-Fixup-pkgconfig-libs.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index f377c428..07530304 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -60,6 +60,9 @@ message(STATUS "Configuring ${PROJECT_NAME} ${PROJECT_VERSION}")
6 # Find math library
7
8 check_library_exists(m floor "" HAVE_LIBM)
9 +if(HAVE_LIBM)
10 + set(VORBIS_LIBS "-lm")
11 +endif()
12
13 # Find ogg dependency
14 find_package(Ogg REQUIRED)
15