diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 01:25:41 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-08 01:25:41 -0300 |
commit | 0244f11b1b9f301bda9e4c034a2b216f2cb411b6 (patch) | |
tree | 1acea6769f28c5e95076bf824cddda3b1cb0c73f | |
parent | d4fa07a89572990e173f83db5622a925ed684242 (diff) | |
download | PSP.git-0244f11b1b9f301bda9e4c034a2b216f2cb411b6.tar.gz PSP.git-0244f11b1b9f301bda9e4c034a2b216f2cb411b6.tar.xz PSP.git-0244f11b1b9f301bda9e4c034a2b216f2cb411b6.zip |
Fix to glfw3 3.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d27f60..7d8f4d6 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.2 REQUIRED) +find_package(glfw3 3.1 REQUIRED) include(${wxWidgets_USE_FILE}) include_directories( ${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/Project/vendor) add_definitions(${OpenGL_DEFINITIONS}) |