-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): fix installing build tools for cross-compilation
'cmake --install . --component build-tools' copies no files [1]. This was caused by commit 1f2e1a4 where the code calling install() became dead code on accident. Call install() so that 'cmake --install' copies the build artifacts as intended. [1] #1099 Refs: 1f2e1a4
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters