@ -297,6 +297,8 @@ See also:
scripts and `FindMagnum.cmake` always forced GLVND)
- `FindMagnum.cmake` now correctly finds debug versions of statically built
plugins when using Vcpkg
- Fixed linking of static `Any*` plugins when the libraries are otherwise
build as dynamic
@subsection changelog-latest-bugfixes Bug fixes
@ -25,7 +25,7 @@
find_package(Corrade REQUIRED PluginManager)
if(BUILD_STATIC)
if(BUILD_PLUGINS_STATIC)
set(MAGNUM_ANYAUDIOIMPORTER_BUILD_STATIC 1)
endif()
set(MAGNUM_ANYIMAGECONVERTER_BUILD_STATIC 1)
set(MAGNUM_ANYIMAGEIMPORTER_BUILD_STATIC 1)
set(MAGNUM_ANYSCENEIMPORTER_BUILD_STATIC 1)