Skip to content

Commit

Permalink
CMake: add deprecation warnings to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 22, 2024
1 parent d9c0da7 commit 00b39ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMake/OgreFeatureSummary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (OGRE_BUILD_PLUGIN_BSP)
set(_plugins "${_plugins} + BSP scene manager\n")
endif ()
if (OGRE_BUILD_PLUGIN_CG)
set(_plugins "${_plugins} + Cg program manager\n")
set(_plugins "${_plugins} + Cg program manager [DEPRECATED]\n")
endif ()
if (OGRE_BUILD_PLUGIN_GLSLANG)
set(_plugins "${_plugins} + Glslang (SPIRV) program manager\n")
Expand All @@ -81,13 +81,13 @@ if (OGRE_BUILD_PLUGIN_OCTREE)
set(_plugins "${_plugins} + Octree scene manager\n")
endif ()
if(OGRE_BUILD_PLUGIN_EXRCODEC)
set(_plugins "${_plugins} + OpenEXR image codec\n")
set(_plugins "${_plugins} + OpenEXR image codec [DEPRECATED]\n")
endif()
if (OGRE_BUILD_PLUGIN_STBI)
set(_plugins "${_plugins} + STBI codec (generic)\n")
endif ()
if (OGRE_BUILD_PLUGIN_FREEIMAGE)
set(_plugins "${_plugins} + FreeImage codec (generic)\n")
set(_plugins "${_plugins} + FreeImage codec (generic) [DEPRECATED]\n")
endif ()
if (OGRE_BUILD_PLUGIN_PCZ)
set(_plugins "${_plugins} + Portal connected zone scene manager\n")
Expand Down

0 comments on commit 00b39ad

Please sign in to comment.