From d4fa07a89572990e173f83db5622a925ed684242 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Jul 2020 01:20:08 -0300 Subject: glfw version fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f38226b..1d27f60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() find_package(wxWidgets REQUIRED COMPONENTS net core base std adv ribbon aui propgrid richtext stc gl) find_package(OpenGL REQUIRED) find_package(GLUT REQUIRED) -find_package(glfw3 3.3 REQUIRED) +find_package(glfw3 3.2 REQUIRED) include(${wxWidgets_USE_FILE}) include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/Project/vendor) add_definitions(${OpenGL_DEFINITIONS}) -- cgit