Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify c++ standard to use for building libktx. (#806)
Avoid inadvertent compilation with a later standard when included in another project. Later standards may raise warnings or even errors on the library code. Fixes #774 and #656.
- Loading branch information