Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jun 27, 2023
1 parent 412ac11 commit 40d656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/hyperhdr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif()

if(ENABLE_XZ)
if (LIBLZMA_FOUND)
target_link_libraries(hyperhdr LibLZMA::LibLZMA)
target_link_libraries(hyperhdr INTERFACE LibLZMA::LibLZMA)
else()
target_link_libraries(hyperhdr liblzma)
endif()
Expand Down

0 comments on commit 40d656c

Please sign in to comment.