Skip to content

Commit 87789ea

Browse files
Merge branch 'master' into clangtidy_pr
2 parents e6d5c5c + 813175a commit 87789ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/CONTRIBUTING.md
1818
- [ ] Search previous suggestions before making a new one, as yours may be a duplicate.
1919
- [ ] I acknowledge that all my contributions will be made under the project's license.
2020

21-
Notes: <!-- Please add a one-line description for developers or pull request viewers -->
21+
Notes: <!-- Please add a one-line description for developers or pull request viewers -->

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)