We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57adf33 commit 6161a4aCopy full SHA for 6161a4a
eckit-import.cmake.in
@@ -2,4 +2,4 @@ set( ECKIT_LIBRARIES @ECKIT_LIBRARIES@ )
2
3
include( CMakeFindDependencyMacro )
4
5
-find_dependency(fmt REQUIRED)
+find_dependency(fmt REQUIRED HINTS ${CMAKE_CURRENT_LIST_DIR}/../eckit/third-party/fmt-11.1.4 @fmt_DIR@)
0 commit comments