Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coin: Unset DESTDIR after installation
Keeping DESTDIR set to "{{.InstallRoot}}" after installation has potential to break other unintended CMake file(INSTALL) calls that take DESTDIR into account. This already happened for the CMake macOS POST_BUILD deployment API, which accidentally installed into the install root, when it shouldn't have. Unset the DESTDIR env var after we install Qt. We already do that in the cross-compiling Coin instructions, so this brings uniformity to the host builds as well. Pick-to: 6.8 Task-number: QTBUG-90820 Task-number: QTBUG-96232 Change-Id: I6aca31e36c67c8d4b293efd746c37a42ea9ca834 Reviewed-by: Alexey Edelev <[email protected]>
- Loading branch information