Skip to content

Commit

Permalink
Revert "cmake: enable finding installed ZStd library (#2362)"
Browse files Browse the repository at this point in the history
This reverts commit e608b43.
  • Loading branch information
junliume committed Sep 26, 2023
1 parent 1f60749 commit c2c8b41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
91 changes: 0 additions & 91 deletions cmake/Findzstd.cmake

This file was deleted.

5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,6 @@ rocm_set_soversion(MIOpen ${MIOpen_SOVERSION})

clang_tidy_check(MIOpen)

find_package(zstd)
if(zstd_FOUND)
target_link_libraries(MIOpen PRIVATE zstd::libzstd_static)
endif()

function(target_internal_library TARGET)
target_link_libraries(${TARGET} PRIVATE ${ARGN})
set(PASS_ARGS debug optimized)
Expand Down

0 comments on commit c2c8b41

Please sign in to comment.