File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ pkg_check_modules(FREETYPE REQUIRED freetype2)
1717pkg_check_modules(MXML REQUIRED mxml)
1818
1919include (FetchContent)
20- set (FMT_INSTALL OFF CACHE BOOL "Don't install" FORCE)
2120FetchContent_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)
2827FetchContent_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)
3132set (GRRMOD_USE_MP3 OFF CACHE BOOL "Don't use MP3" FORCE)
3233FetchContent_MakeAvailable(fmt grrlib grrmod)
3334
You can’t perform that action at this time.
0 commit comments