Skip to content

Commit bbda074

Browse files
committed
Update GRRMOD
1 parent 15fa046 commit bbda074

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
- Library update
88
- fmt 11.1.4
9-
- GRRMOD (afe20fa4c1d0245148dfa290fc916f14195e458d)
9+
- GRRMOD (670f84601a5086c4d3eeb03bd3041e3c0a7f0ace)
1010
- GRRLIB (b4b9b56f10c11c2e1838a1dd8a64ce6df1b0c258)
1111

1212
## 1.1.0

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pkg_check_modules(FREETYPE REQUIRED freetype2)
1717
pkg_check_modules(MXML REQUIRED mxml)
1818

1919
include(FetchContent)
20-
set(FMT_INSTALL OFF CACHE BOOL "Don't install" FORCE)
2120
FetchContent_Declare(fmt
2221
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.1.4.tar.gz
2322
)
@@ -26,8 +25,10 @@ FetchContent_Declare(grrlib
2625
GIT_TAG b4b9b56f10c11c2e1838a1dd8a64ce6df1b0c258
2726
)
2827
FetchContent_Declare(grrmod
29-
URL https://codeload.github.com/GRRLIB/GRRMOD/tar.gz/afe20fa4c1d0245148dfa290fc916f14195e458d
28+
URL https://codeload.github.com/GRRLIB/GRRMOD/tar.gz/670f84601a5086c4d3eeb03bd3041e3c0a7f0ace
3029
)
30+
set(FMT_INSTALL OFF CACHE BOOL "Don't install" FORCE)
31+
set(GRRMOD_INSTALL OFF CACHE BOOL "Don't install" FORCE)
3132
set(GRRMOD_USE_MP3 OFF CACHE BOOL "Don't use MP3" FORCE)
3233
FetchContent_MakeAvailable(fmt grrlib grrmod)
3334

0 commit comments

Comments
 (0)