File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
3030set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
3131set (CMAKE_BUILD_TYPE Debug CACHE STRING "Build type." )
3232
33- project (ueberzugpp LANGUAGES CXX C VERSION 2.9.0 )
33+ project (ueberzugpp LANGUAGES CXX C VERSION 2.9.1 )
3434add_executable (ueberzug)
3535
3636option (ENABLE_X11 "Enable X11 canvas." ON )
@@ -202,7 +202,7 @@ if(ENABLE_TURBOBASE64)
202202 if (NOT turbobase64_FOUND)
203203 FetchContent_Declare(
204204 turbobase64
205- URL https://github.com/powturbo/Turbo-Base64/archive/refs/tags/2023.04 .tar.gz
205+ URL https://github.com/powturbo/Turbo-Base64/archive/refs/tags/2023.08 .tar.gz
206206 )
207207 FetchContent_Populate(turbobase64)
208208 add_subdirectory (${turbobase64_SOURCE_DIR} ${turbobase64_BINARY_DIR} EXCLUDE_FROM_ALL )
You can’t perform that action at this time.
0 commit comments