Skip to content

Commit c8752dd

Browse files
SwooshyCuebalanking
authored andcommitted
[irods/irods#8332] Migrate to system-provided fmt
1 parent 4d62196 commit c8752dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ endif()
4848

4949
find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL)
5050
find_package(nlohmann_json "3.6.1" REQUIRED)
51-
find_package(fmt "8.1.1"
52-
HINTS "${IRODS_EXTERNALS_FULLPATH_FMT}")
51+
find_package(fmt "8.1.1")
5352
find_package(Python 3 REQUIRED COMPONENTS Development)
5453

5554
set(

0 commit comments

Comments
 (0)