Skip to content

Commit

Permalink
CMake: Fix Windows Overlay linking issue by disabling PNG for freetyp…
Browse files Browse the repository at this point in the history
…e. (#778)
  • Loading branch information
gszadkow authored and paroj committed Jun 4, 2018
1 parent 6ed9c09 commit b5bb4d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ if(OGRE_BUILD_DEPENDENCIES AND NOT EXISTS ${OGREDEPS_PATH})
-DCMAKE_INSTALL_PREFIX=${OGREDEPS_PATH}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DBUILD_SHARED_LIBS=${OGREDEPS_SHARED}
-DWITH_PNG=OFF
-DWITH_BZip2=OFF # tries to use it on iOS otherwise
# workaround for broken iOS toolchain in freetype
-DPROJECT_SOURCE_DIR=${CMAKE_BINARY_DIR}/freetype-2.9
Expand Down

0 comments on commit b5bb4d3

Please sign in to comment.