We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a05d9 commit 88eda13Copy full SHA for 88eda13
rviz_ogre_vendor/CMakeLists.txt
@@ -15,7 +15,7 @@ if(WIN32)
15
16
ament_vendor(freetype_vendor
17
VCS_URL https://git.savannah.gnu.org/git/freetype/freetype2.git
18
- VCS_VERSION VER-2-13-2
+ VCS_VERSION VER-2-13-3
19
CMAKE_ARGS
20
-DFT_DISABLE_ZLIB:BOOL=ON
21
-DFT_DISABLE_BZIP2:BOOL=ON
@@ -31,7 +31,7 @@ if(WIN32)
31
32
ament_vendor(zlib_vendor
33
VCS_URL https://github.com/madler/zlib.git
34
- VCS_VERSION v1.3
+ VCS_VERSION v1.3.1
35
36
# zlib doesn't use CMAKE_INSTALL_PREFIX correctly, so we need to override
37
-DINSTALL_BIN_DIR=<INSTALL_DIR>/bin
0 commit comments