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 d4838dd commit 479d5e1Copy full SHA for 479d5e1
cmake/exiv2Config.cmake.in
@@ -43,7 +43,7 @@ if(NOT @BUILD_SHARED_LIBS@) # if(NOT BUILD_SHARED_LIBS)
43
if (NOT inih_FOUND)
44
message(FATAL_ERROR
45
"Static builds of exiv2 require inih. "
46
- "Please provide FindInih.cmake on CMAKE_MODULE_PATH "
+ "Please provide Findinih.cmake on CMAKE_MODULE_PATH "
47
"or point to the cmake/ dir in the exiv2 source tree.")
48
endif()
49
0 commit comments