-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow KTX_VERSION_FULL to be manually specified (#922)
Hello, I would like to add ktx as a package to Alpine Linux, and one requirement is to be able to build from a tar.gz published from [v4.3.2](https://github.com/KhronosGroup/KTX-Software/releases/tag/v4.3.2)) but the current `cmake/version.cmake` is forcing to build from the original git repo, while when building within [Alpine aports](https://gitlab.alpinelinux.org/alpine/aports), we specify the version ourselves as part of the Alpine build system (automatically from the tar.gz downloaded). This PR is making a small change to `cmake/version.cmake` to allow to pass `KTX_VERSION_FULL` to cmake.
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 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 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