Skip to content

Commit

Permalink
vcpkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Apr 23, 2024
1 parent affb2a8 commit 13e0680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif()
if(INFRA_HASHING)
find_package(cryptopp CONFIG REQUIRED)
target_compile_definitions(infra PRIVATE INFRA_HASH_SUPPORT)
target_link_libraries(infra PRIVATE cryptopp-static)
target_link_libraries(infra PRIVATE cryptopp::cryptopp)
list(APPEND INFRA_PUBLIC_HEADERS include/infra/crypto.h)
target_sources(infra PRIVATE hash.cpp crypto.cpp)
endif()
Expand Down
2 changes: 1 addition & 1 deletion deps/vcpkg
Submodule vcpkg updated 438 files

0 comments on commit 13e0680

Please sign in to comment.