Glm backward compatibility gtc extension

This commit is contained in:
brunoherbelin
2020-04-13 20:24:46 +02:00
parent c4c48a84b2
commit 1e9c8c013d
6 changed files with 15 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ set(PNG_LIBRARY PNG::PNG)
#
# GLFW3
#
find_package(glfw3 3.3 REQUIRED)
find_package(glfw3 3.2 REQUIRED)
macro_log_feature(glfw3_FOUND "GLFW3" "Open Source, multi-platform library for OpenGL" "http://www.glfw.org/" TRUE)
set(GLFW_LIBRARY glfw)