Skip to content

Commit

Permalink
CI optimization and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Mar 9, 2024
1 parent ae97d28 commit 0493869
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ if(PKG_CONFIG_FOUND)
endif(MSVC)
pkg_check_modules(ZSTD IMPORTED_TARGET libzstd>=1.5.2)
pkg_check_modules(XXHASH IMPORTED_TARGET libxxhash>=0.8.1)
if(PREFER_SYSTEM_LIBFMT)
pkg_check_modules(FMT IMPORTED_TARGET libfmt>=10.1.0)
endif()
endif()

if(XXHASH_FOUND)
Expand Down Expand Up @@ -1008,8 +1005,6 @@ list(APPEND LIBRARIES
)

if(PREFER_SYSTEM_LIBFMT)
list(APPEND LIBRARIES PkgConfig::FMT)
else()
list(APPEND LIBRARIES fmt)
endif()

Expand Down

0 comments on commit 0493869

Please sign in to comment.