Skip to content

Commit

Permalink
[irods/irods#6251] do not explicitly link to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Feb 21, 2024
1 parent 01e605d commit f4c727c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unified_storage_tiering.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ target_include_directories(
${IRODS_INCLUDE_DIRS}
${IRODS_EXTERNALS_FULLPATH_ARCHIVE}/include
${IRODS_EXTERNALS_FULLPATH_BOOST}/include
${IRODS_EXTERNALS_FULLPATH_FMT}/include
${CMAKE_CURRENT_SOURCE_DIR}/include
)

Expand All @@ -46,7 +45,6 @@ target_link_libraries(
${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_filesystem.so
${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_regex.so
${IRODS_EXTERNALS_FULLPATH_BOOST}/lib/libboost_system.so
${IRODS_EXTERNALS_FULLPATH_FMT}/lib/libfmt.so
OpenSSL::Crypto
Threads::Threads
irods_common
Expand Down

0 comments on commit f4c727c

Please sign in to comment.