We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basisu_encoder
1 parent 3707505 commit 7d2a5fbCopy full SHA for 7d2a5fb
CMakeLists.txt
@@ -264,6 +264,9 @@ if(LVK_WITH_SAMPLES)
264
lvk_set_folder(ktx "third-party/ktx-software")
265
lvk_set_folder(ktx_version "third-party/ktx-software")
266
lvk_set_folder(basisu_encoder "third-party/ktx-software")
267
+ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
268
+ target_compile_options(basisu_encoder PUBLIC "-Wno-deprecated-anon-enum-enum-conversion")
269
+ endif()
270
if(TARGET astcenc-avx2-static)
271
lvk_set_folder(astcenc-avx2-static "third-party/ktx-software")
272
endif()
0 commit comments