aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nodesoup/fix-cmakelists.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/nodesoup/fix-cmakelists.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/nodesoup/fix-cmakelists.patch')
-rw-r--r--vcpkg/ports/nodesoup/fix-cmakelists.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/nodesoup/fix-cmakelists.patch b/vcpkg/ports/nodesoup/fix-cmakelists.patch
new file mode 100644
index 0000000..6ea933f
--- /dev/null
+++ b/vcpkg/ports/nodesoup/fix-cmakelists.patch
@@ -0,0 +1,28 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index be6aa9d..26e59f3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -34,7 +34,7 @@ install(
+ ARCHIVE DESTINATION lib
+ INCLUDES
+ DESTINATION include
+- PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nodesoup)
++ PUBLIC_HEADER DESTINATION include)
+
+ include(CMakePackageConfigHelpers)
+ write_basic_package_version_file(
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index dbd43b9..44164c9 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -5,7 +5,9 @@ add_library(nodesoup::nodesoup ALIAS nodesoup)
+ target_include_directories(
+ nodesoup
+ PUBLIC $<BUILD_INTERFACE:${nodesoup_SOURCE_DIR}/include>
+- PRIVATE $<BUILD_INTERFACE:${nodesoup_SOURCE_DIR}/src>)
++ $<INSTALL_INTERFACE:include>
++ PRIVATE $<BUILD_INTERFACE:${nodesoup_SOURCE_DIR}/src>
++)
+
+ target_compile_features(nodesoup PUBLIC cxx_std_14)
+