diff --git a/CMakeLists.txt b/CMakeLists.txt index fcf6206..5c23b92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ find_package(YCM REQUIRED) find_package(YARP 3.4 COMPONENTS os sig dev math REQUIRED) find_package(Threads REQUIRED) find_package(OpenXR 1.0 REQUIRED) -find_package(glfw3 REQUIRED) +find_package(GLFW3 REQUIRED) find_package(Eigen3 REQUIRED) ## This is to select the newest version of OpenGL diff --git a/src/devices/openxrheadset/CMakeLists.txt b/src/devices/openxrheadset/CMakeLists.txt index 0647765..925db22 100644 --- a/src/devices/openxrheadset/CMakeLists.txt +++ b/src/devices/openxrheadset/CMakeLists.txt @@ -4,7 +4,7 @@ # This software may be modified and distributed under the terms of the # BSD-2-Clause license. See the accompanying LICENSE file for details. -set(DEPENDS_STRING "OpenXR_FOUND;glfw3_FOUND;OpenGL_FOUND; Eigen3_FOUND") +set(DEPENDS_STRING "OpenXR_FOUND;GLFW3_FOUND;OpenGL_FOUND; Eigen3_FOUND") if (NOT WIN32) string(APPEND DEPENDS_STRING ";X11_FOUND")