Skip to content

Commit

Permalink
Update freetype2 and zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Nov 23, 2024
1 parent c7a05d9 commit 88eda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rviz_ogre_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +31,7 @@ if(WIN32)

ament_vendor(zlib_vendor
VCS_URL https://github.com/madler/zlib.git
VCS_VERSION v1.3
VCS_VERSION v1.3.1
CMAKE_ARGS
# zlib doesn't use CMAKE_INSTALL_PREFIX correctly, so we need to override
-DINSTALL_BIN_DIR=<INSTALL_DIR>/bin
Expand Down

0 comments on commit 88eda13

Please sign in to comment.