https://github.com/Kitware/CMake
Revision aa874dc6090cf6b6c9621572419738d105ff4ba3 authored by Kyle Edwards on 16 July 2021, 14:18:31 UTC, committed by Kyle Edwards on 16 July 2021, 14:25:40 UTC
When resolving binaryDir into a full path from a relative path, we
forgot to check if binaryDir is altogether empty, causing empty
binaryDir's to resolve to the source directory. Fix this.

Fixes: #22434
1 parent 7c6234d
History
Tip revision: aa874dc6090cf6b6c9621572419738d105ff4ba3 authored by Kyle Edwards on 16 July 2021, 14:18:31 UTC
CMakePresets.json: Fix expansion issue with empty binaryDir
Tip revision: aa874dc
File Mode Size
pull_request_template.md -rw-r--r-- 329 bytes

back to top