Skip to content

Commit 813175a

Browse files
feat: upgrade FreeGlut to v3.4.0 (#2478)
Co-authored-by: realstealthninja <[email protected]>
1 parent baaece2 commit 813175a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphics/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if(OpenGL_FOUND)
66
include(ExternalProject)
77
ExternalProject_Add (
88
FREEGLUT-PRJ
9-
URL https://github.com/FreeGLUTProject/freeglut/releases/download/v3.2.2/freeglut-3.2.2.tar.gz
10-
URL_MD5 485c1976165315fc42c0b0a1802816d9
9+
URL https://github.com/FreeGLUTProject/freeglut/releases/download/v3.4.0/freeglut-3.4.0.tar.gz
10+
URL_MD5 f1621464e6525d0368976870cab8f418
1111
CMAKE_GENERATOR ${CMAKE_GENERATOR}
1212
CMAKE_GENERATOR_TOOLSET ${CMAKE_GENERATOR_TOOLSET}
1313
CMAKE_GENERATOR_PLATFORM ${CMAKE_GENERATOR_PLATFORM}

0 commit comments

Comments
 (0)