KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
861 stars 225 forks source link

Specify c++ standard to use for building libktx. #806

Closed MarkCallow closed 9 months ago

MarkCallow commented 9 months ago

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.