Skip to content

Commit

Permalink
Fixes #52686 - Typo FindLibZip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet authored and nyalldawson committed Apr 16, 2023
1 parent 72d56eb commit 5b4c898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindLibZip.cmake
Expand Up @@ -44,6 +44,6 @@ MARK_AS_ADVANCED(LIBZIP_LIBRARY LIBZIP_INCLUDE_DIR LIBZIP_CONF_INCLUDE_DIR LIBZI

IF (LIBZIP_FOUND)
MESSAGE(STATUS "Found libzip: ${LIBZIP_LIBRARY}")
ELSE (LIPZIP_FOUND)
ELSE (LIBZIP_FOUND)
MESSAGE(FATAL_ERROR "Could not find libzip")
ENDIF (LIBZIP_FOUND)

0 comments on commit 5b4c898

Please sign in to comment.