Skip to content

Commit

Permalink
Skip freetype2 dependencies (#405) (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Dec 6, 2019
1 parent 8095dce commit cca7dd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rviz_ogre_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ macro(build_freetype)
-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/freetype_install
${extra_cmake_args}
-Wno-dev
-DWITH_ZLIB=OFF
-DWITH_BZip2=OFF
-DWITH_PNG=OFF
-DWITH_HarfBuzz=OFF
)

install(
Expand Down

0 comments on commit cca7dd9

Please sign in to comment.