]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/realsense2/fix-dependency-glfw3.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / realsense2 / fix-dependency-glfw3.patch
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/realsense2/fix-dependency-glfw3.patch b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/realsense2/fix-dependency-glfw3.patch
new file mode 100644 (file)
index 0000000..c11a5cd
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 16ced1b..ef1b158 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -69,7 +69,7 @@ include(CMake/install_config.cmake)
+ add_subdirectory(wrappers)
+ if (BUILD_EXAMPLES AND BUILD_GLSL_EXTENSIONS)
+-    find_package(glfw3 3.3 QUIET)
++    find_package(glfw3 CONFIG REQUIRED)
+     if(NOT TARGET glfw)
+         message(STATUS "GLFW 3.3 not found; using internal version")
+         set(GLFW_INSTALL ON CACHE BOOL "" FORCE)