We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b1730 commit 44928bdCopy full SHA for 44928bd
CMakeLists.txt
@@ -48,8 +48,7 @@ endif()
48
49
find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL)
50
find_package(nlohmann_json "3.6.1" REQUIRED)
51
-find_package(fmt "8.1.1"
52
- HINTS "${IRODS_EXTERNALS_FULLPATH_FMT}")
+find_package(fmt "8.1.1")
53
find_package(Python 3 REQUIRED COMPONENTS Development)
54
55
set(
0 commit comments