Skip to content

Commit

Permalink
Fixed FindBotan.cmake to support recent vcpkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ni4 committed Feb 23, 2024
1 parent c89f47a commit 67c86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindBotan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ find_path(BOTAN_INCLUDE_DIR
# find the library
if(MSVC)
find_library(BOTAN_LIBRARY
NAMES botan
NAMES botan ${_names}
HINTS
${_hints_lib}
${_no_def_path}
Expand Down

0 comments on commit 67c86e0

Please sign in to comment.