diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/licensepp/devendoring.patch | |
Diffstat (limited to 'vcpkg/ports/licensepp/devendoring.patch')
| -rw-r--r-- | vcpkg/ports/licensepp/devendoring.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/licensepp/devendoring.patch b/vcpkg/ports/licensepp/devendoring.patch new file mode 100644 index 0000000..095186b --- /dev/null +++ b/vcpkg/ports/licensepp/devendoring.patch @@ -0,0 +1,22 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 8581813..46e1565 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -48,7 +48,7 @@ include_directories (${CRYPTOPP_INCLUDE_DIRS}) + + # Ripe (static) + set(RIPE_USE_STATIC_LIBS OFF) +-find_package(Ripe REQUIRED) ++find_package(unofficial-ripe REQUIRED) + + include_directories (${EXTERNAL_INCLUDE_DIR}) + +@@ -87,7 +87,7 @@ target_include_directories (licensepp-lib PUBLIC + + target_link_libraries (licensepp-lib + ${CRYPTOPP_LIBRARIES} +- ${RIPE_LIBRARY} ++ unofficial::ripe::ripe + ) + + set_target_properties (licensepp-lib PROPERTIES OUTPUT_NAME "licensepp") |