Skip to content

Commit

Permalink
For CesiumNative, use ktx library instead of ktx_read
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusyurtturk authored Jul 24, 2024
1 parent d6d2e1a commit 41f6dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindCesiumNative.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ find_cesium_library(CESIUM_NATIVE_GLTF_CONTENT CesiumGltfContent)

find_cesium_library(CESIUM_NATIVE_CSPRNG csprng)
find_cesium_library(CESIUM_NATIVE_DRACO draco)
find_cesium_library(CESIUM_NATIVE_KTX_READ ktx_read)
find_cesium_library(CESIUM_NATIVE_KTX ktx)
find_cesium_library(CESIUM_NATIVE_MODPB64 modp_b64)
find_cesium_library(CESIUM_NATIVE_S2GEOMETRY s2geometry)
find_cesium_library(CESIUM_NATIVE_SPDLOG spdlog)
Expand Down

0 comments on commit 41f6dfe

Please sign in to comment.