diff options
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") |