Skip to content

Commit

Permalink
Use lower case glfw3 in find_package to use upstream config file
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 1, 2024
1 parent a2ea23c commit 4ea7b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ find_package(YCM REQUIRED)
find_package(YARP 3.4 COMPONENTS os sig dev math idl_tools REQUIRED)
find_package(Threads REQUIRED)
find_package(OpenXR 1.0.20 REQUIRED)
find_package(GLFW3 REQUIRED)
find_package(glfw3 REQUIRED)
find_package(GLEW REQUIRED) #Helps with the OpenGL configuration on Windows
find_package(GLM REQUIRED)
find_package(Eigen3 REQUIRED)
Expand Down

0 comments on commit 4ea7b19

Please sign in to comment.