Skip to content

Commit

Permalink
Restore broken zlib dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu committed Nov 18, 2024
1 parent bcb8b8c commit fa87e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ModelOptimizations/DlCompression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ target_link_libraries(MoDlCompression PUBLIC
pybind11
${LAPACKE_LINK_LIBRARIES}
${OPENCV_LINK_LIBRARIES}
z
)

target_compile_options(MoDlCompression
Expand Down
1 change: 1 addition & 0 deletions ModelOptimizations/DlEqualization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ target_include_directories(MoDlEqualization
target_link_libraries(MoDlEqualization PUBLIC
pybind11
${OPENCV_LINK_LIBRARIES}
z
)

target_compile_options(MoDlEqualization
Expand Down
1 change: 1 addition & 0 deletions ModelOptimizations/PyModelOptimizations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ target_link_libraries(PyModelOptimizations PUBLIC
MoDlEqualization
MoDlCompression
${OPENCV_LINK_LIBRARIES}
z
)

if (ENABLE_CUDA)
Expand Down

0 comments on commit fa87e2d

Please sign in to comment.