We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaece2 commit 813175aCopy full SHA for 813175a
graphics/CMakeLists.txt
@@ -6,8 +6,8 @@ if(OpenGL_FOUND)
6
include(ExternalProject)
7
ExternalProject_Add (
8
FREEGLUT-PRJ
9
- URL https://github.com/FreeGLUTProject/freeglut/releases/download/v3.2.2/freeglut-3.2.2.tar.gz
10
- URL_MD5 485c1976165315fc42c0b0a1802816d9
+ URL https://github.com/FreeGLUTProject/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz
+ URL_MD5 f1621464e6525d0368976870cab8f418
11
CMAKE_GENERATOR ${CMAKE_GENERATOR}
12
CMAKE_GENERATOR_TOOLSET ${CMAKE_GENERATOR_TOOLSET}
13
CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}
0 commit comments