Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Apr 1, 2024
1 parent 264dca4 commit d0ffdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindHUNSPELL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find_path(HUNSPELL_INCLUDE_DIRS
HINTS ${PKG_HUNSPELL_INCLUDE_DIRS}
)
find_library(HUNSPELL_LIBRARIES
NAMES ${PKG_HUNSPELL_LIBRARIES} hunspell hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 libhunspell
NAMES ${PKG_HUNSPELL_LIBRARIES} hunspell hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 libhunspell
HINTS ${PKG_HUNSPELL_LIBRARY_DIRS}
)

Expand Down

0 comments on commit d0ffdd9

Please sign in to comment.