From 350f519d283c6ef3952a091f92d1a3a6899c90ce Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 20 Oct 2023 10:14:45 +0200 Subject: [PATCH] Bump libjpeg-turbo to 3.0.1 (#1671) --- thirdparty/libjpeg-turbo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/libjpeg-turbo/CMakeLists.txt b/thirdparty/libjpeg-turbo/CMakeLists.txt index fca7b2c9d..7fe652fa3 100644 --- a/thirdparty/libjpeg-turbo/CMakeLists.txt +++ b/thirdparty/libjpeg-turbo/CMakeLists.txt @@ -46,7 +46,7 @@ endif() ko_write_gitclone_script( GIT_CLONE_SCRIPT_FILENAME https://github.com/libjpeg-turbo/libjpeg-turbo.git - 3.0.0 + 3.0.1 ${SOURCE_DIR} )