From a56435c49d64e477fea00d89cab03539ab8fe38c Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Fri, 18 Apr 2025 15:05:47 +0200 Subject: [PATCH] fixed u8g2 checkout for desktop (hopefully) Signed-off-by: Peter Siegmund --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ede93bf..1cdb311 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endfunction() include_dependency(SDL3 https://github.com/libsdl-org/SDL release-3.2.8) include_dependency(SDL_image https://github.com/libsdl-org/SDL_image release-3.2.4) include_dependency(SDL_ttf https://github.com/libsdl-org/SDL_ttf release-3.2.0) -include_dependency(u8g2 https://github.com/olikraus/u8g2 82efd57) +include_dependency(u8g2 https://github.com/olikraus/u8g2 master) add_subdirectory(components)