diff --git a/RELEASES.md b/RELEASES.md index fa8a2796..5172a2f9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,7 +10,8 @@ 1. using a Multi-Config Generator (e.g Visual Studio or XCode) AND 2. `OUTPUT_DIRECTORY_` is not set AND 3. `OUTPUT_DIRECTORY` is set AND - 4. `OUTPUT_DIRECTORY` does not contain a generator expression + 4. `OUTPUT_DIRECTORY` does not contain a generator expression + Corrosion now places artifacts into a `$` subdirectory of the specified `OUTPUT_DIRECTORY`. This matches the [documented behavior][doc-cmake-rt-output-dir] of CMake for regular CMake targets. ([#568]).