Skip to content

Commit

Permalink
libmatroska2: use static zlib when building with the local one
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Dec 28, 2024
1 parent b027dd9 commit a5fb695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmatroska2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (CONFIG_ZLIB)
target_include_directories("matroska2" PRIVATE ${ZLIB_INCLUDE_DIRS})
target_link_libraries("matroska2" PRIVATE ${ZLIB_LIBRARIES})
else()
target_link_libraries("matroska2" PRIVATE $<BUILD_INTERFACE:zlib>)
target_link_libraries("matroska2" PRIVATE $<BUILD_INTERFACE:zlibstatic>)
endif()
endif(CONFIG_ZLIB)
if (CONFIG_LZO1X)
Expand Down

0 comments on commit a5fb695

Please sign in to comment.