From 33c57361a906425d004fe6e194c85b08a83bc5f6 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 25 May 2015 00:42:21 -0300 Subject: Update bundled GLFW to 3.1.1 It may be necessary to fix the CMake paths manually for an exsting CMake cache after this change. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fc742317..9fb311b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ if (ENABLE_GLFW) set(TMP_TOOLSET "mingw-${TMP_ARCH}") endif() - set(GLFW_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/glfw-3.0.4.bin") + set(GLFW_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/glfw-3.1.1.bin") set(GLFW_INCLUDE_DIRS "${GLFW_PREFIX}/include" CACHE PATH "Path to GLFW3 headers") set(GLFW_LIBRARY_DIRS "${GLFW_PREFIX}/lib-${TMP_TOOLSET}" CACHE PATH "Path to GLFW3 libraries") -- cgit v1.2.3