summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscrawl <scrawl@baseoftrash.de>2015-11-22 19:54:17 +0100
committerscrawl <scrawl@baseoftrash.de>2015-11-22 19:54:17 +0100
commit3c4d3d4bd2008f26193e6afcc1bbfcfa2778afa8 (patch)
tree1a1568cc67b2471d99fef9c329386fd3e126411a
parentf614187cd4c97e043ceff9877cf8ea46ceb688c5 (diff)
parent2108e96c159b5834e667699ec0e86e4a372c28e4 (diff)
Merge pull request #815 from corristo/openmw-37openmw-0.37.0
OS X: use TGA, PNG & JPEG plugins instead of ImageIO plugin
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f168be169..6716e0e23c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})