]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
1e59de90
TL
1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 16ced1b..ef1b158 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -69,7 +69,7 @@ include(CMake/install_config.cmake)
6 add_subdirectory(wrappers)
7
8 if (BUILD_EXAMPLES AND BUILD_GLSL_EXTENSIONS)
9- find_package(glfw3 3.3 QUIET)
10+ find_package(glfw3 CONFIG REQUIRED)
11 if(NOT TARGET glfw)
12 message(STATUS "GLFW 3.3 not found; using internal version")
13 set(GLFW_INSTALL ON CACHE BOOL "" FORCE)