mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
libcpr port (#13924)
This commit is contained in:
22
net-libs/cpr/patches/cpr-1.14.2.patchset
Normal file
22
net-libs/cpr/patches/cpr-1.14.2.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From c85babbc732b8da71559b08461097e7b817b5d7d Mon Sep 17 00:00:00 2001
|
||||
From: Peppersawce <michaelpeppers89@yahoo.it>
|
||||
Date: Wed, 8 Apr 2026 17:58:59 +0200
|
||||
Subject: Save include dir
|
||||
|
||||
|
||||
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
|
||||
index 74eedd7..455001b 100644
|
||||
--- a/include/CMakeLists.txt
|
||||
+++ b/include/CMakeLists.txt
|
||||
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
target_include_directories(cpr PUBLIC
|
||||
- $<INSTALL_INTERFACE:include>
|
||||
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
|
||||
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/cpr_generated_includes/>)
|
||||
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Reference in New Issue
Block a user