-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: simplify installation, install as architecture-independent
Since μt is header/module-only so it should be installed to an architecture-independent location. While PackageProject.cmake supports the ARCH_INDEPENDENT I ripped it out in favour of doing everything ourselves as: 1. This removes a layer of abstraction while still being short and simple (delta -190 lines). 2. Results in a smaller installed CMake footprint. 3. Is more suitable for Linux distributions due to not including the version number in various installed paths. 4. Makes the whole repository single licence (BSL-1.0) again as PackageProject.cmake was MIT.
- Loading branch information
Showing
3 changed files
with
32 additions
and
222 deletions.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.