Skip to content

Commit

Permalink
ogre: disable freeimage plugin for now
Browse files Browse the repository at this point in the history
Blocked by conan-io#23138
  • Loading branch information
valgur committed Apr 20, 2024
1 parent d781d9d commit 31b90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ogre/1.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class OgreConanFile(ConanFile):
"build_plugin_cg": False,
"build_plugin_dot_scene": True,
"build_plugin_exrcodec": True,
"build_plugin_freeimage": True,
"build_plugin_freeimage": False, # FIXME: set to true after https://github.com/conan-io/conan-center-index/pull/23138 is merged
"build_plugin_octree": True,
"build_plugin_pcz": True,
"build_plugin_pfx": True,
Expand Down

0 comments on commit 31b90f8

Please sign in to comment.