Skip to content

Commit

Permalink
Fixed FindBotan.cmake to match recent vcpkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 27, 2023
1 parent 3dcfb12 commit 97d5920
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 ${_names}
HINTS
${_hints_lib}
${_no_def_path}
Expand Down

0 comments on commit 97d5920

Please sign in to comment.