|
|
|
|
@ -632,6 +632,12 @@ See also:
|
|
|
|
|
@ref Trade library that use @ref std::string stopped compiling on MSVC as |
|
|
|
|
there was no remaining transitive @cpp #include <string> @ce left (see |
|
|
|
|
[mosra/magnum#556](https://github.com/mosra/magnum/pull/556)) |
|
|
|
|
- Changed handling of `CMAKE_*_OUTPUT_DIRECTORY` to make plugins pick it up |
|
|
|
|
also if only e.g. `CMAKE_RUNTIME_OUTPUT_DIRECTORY` is set, but not |
|
|
|
|
`ARCHIVE` or `LIBRARY_OUTPUT_DIRECTORY`. Similarly it now also handles |
|
|
|
|
config-specific `CMAKE_*_OUTPUT_DIRECTORY_<CONFIG>` variables. See |
|
|
|
|
[mosra/magnum#486](https://github.com/mosra/magnum/issues/486) and |
|
|
|
|
[mosra/magnum#570](https://github.com/mosra/magnum/pull/570). |
|
|
|
|
|
|
|
|
|
@subsection changelog-latest-bugfixes Bug fixes |
|
|
|
|
|
|
|
|
|
|