Skip to content

Commit

Permalink
Fix: ensure ktxdiff runs on Apple Silicon.
Browse files Browse the repository at this point in the history
INSTALL_RPATH was not being set meaning macOS could not find libktx.
Since cts tests succeeded on CI, which runs on x86_64, assumption
is the failure was caused by stricter run time checks on Apple
Silicon.
  • Loading branch information
MarkCallow committed Sep 14, 2024
1 parent 2ee4332 commit dda210d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ktxdiff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ target_compile_definitions(
PRIVATE
$<TARGET_PROPERTY:ktx,INTERFACE_COMPILE_DEFINITIONS>
)

set_test_properties(ktxdiff)

0 comments on commit dda210d

Please sign in to comment.