From 163e273739b77f6ab524cd50cecbf9ad48fac9ee Mon Sep 17 00:00:00 2001 From: mos Date: Mon, 25 Nov 2024 10:40:31 +0100 Subject: [PATCH] Update freetype2 and zlib https://github.com/madler/zlib/releases/tag/v1.3.1 https://sourceforge.net/projects/freetype/files/freetype2/2.13.3/ Signed-off-by: mosfet80 Update CMakeLists.txt --- rviz_ogre_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rviz_ogre_vendor/CMakeLists.txt b/rviz_ogre_vendor/CMakeLists.txt index b7cd36a2d..4562fd0e9 100644 --- a/rviz_ogre_vendor/CMakeLists.txt +++ b/rviz_ogre_vendor/CMakeLists.txt @@ -15,7 +15,7 @@ if(WIN32) ament_vendor(freetype_vendor VCS_URL https://git.savannah.gnu.org/git/freetype/freetype2.git - VCS_VERSION VER-2-13-2 + VCS_VERSION VER-2-13-3 CMAKE_ARGS -DFT_DISABLE_ZLIB:BOOL=ON -DFT_DISABLE_BZIP2:BOOL=ON