Skip to content

Commit

Permalink
Merge pull request #815 from corristo/openmw-37
Browse files Browse the repository at this point in the history
OS X: use TGA, PNG & JPEG plugins instead of ImageIO plugin
  • Loading branch information
scrawl committed Nov 22, 2015
2 parents f614187 + 2108e96 commit 3c4d3d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Expand Up @@ -748,9 +748,10 @@ if (APPLE)

set(ABSOLUTE_PLUGINS "")
set(USED_OSG_PLUGINS
osgdb_tga
osgdb_dds
osgdb_imageio
osgdb_jpeg
osgdb_png
osgdb_tga
)

foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
Expand Down

0 comments on commit 3c4d3d4

Please sign in to comment.