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/libgossip/remove-export-headers.patch | |
Diffstat (limited to 'vcpkg/ports/libgossip/remove-export-headers.patch')
| -rw-r--r-- | vcpkg/ports/libgossip/remove-export-headers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libgossip/remove-export-headers.patch b/vcpkg/ports/libgossip/remove-export-headers.patch new file mode 100644 index 0000000..3901cb2 --- /dev/null +++ b/vcpkg/ports/libgossip/remove-export-headers.patch @@ -0,0 +1,12 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index dd29ed7..271b03a 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -112,7 +112,6 @@ configure_package_config_file( + install( + FILES ${CMAKE_CURRENT_BINARY_DIR}/libgossipConfig.cmake + ${CMAKE_CURRENT_BINARY_DIR}/libgossipConfigVersion.cmake +- ${CMAKE_CURRENT_BINARY_DIR}/libgossip_export.h + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libgossip) + + # Process examples if enabled |