diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-03-02 22:42:50 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-03-03 11:06:28 -0600 |
commit | 29013bcb7563e522a859489c44af7845b7b07f56 (patch) | |
tree | 21332abdcff10a636809777492cd20440316feb3 /recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch | |
parent | a32ad409315ebae13614a409eb4671ac4a2b1cc8 (diff) | |
download | meta-mlinux-29013bcb7563e522a859489c44af7845b7b07f56.tar.gz meta-mlinux-29013bcb7563e522a859489c44af7845b7b07f56.tar.bz2 meta-mlinux-29013bcb7563e522a859489c44af7845b7b07f56.zip |
jsoncpp: switch to cmake build
Diffstat (limited to 'recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch')
-rw-r--r-- | recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch b/recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch new file mode 100644 index 0000000..52b4345 --- /dev/null +++ b/recipes-support/jsoncpp/jsoncpp16-1.6.0/0001-Install-headers-to-jsoncpp-json.patch @@ -0,0 +1,25 @@ +From 059823efcd18398dea638ab6e81af3eda1194e34 Mon Sep 17 00:00:00 2001 +From: Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> +Date: Tue, 2 Mar 2021 22:18:16 +0200 +Subject: [PATCH] Install headers to jsoncpp/json + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 5fba09d..7657dfa 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -27,7 +27,7 @@ SET(ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX} + CACHE PATH "Install dir for static libraries") + SET(LIBRARY_INSTALL_DIR lib${LIB_SUFFIX} + CACHE PATH "Install dir for shared libraries") +-SET(INCLUDE_INSTALL_DIR include ++SET(INCLUDE_INSTALL_DIR include/jsoncpp + CACHE PATH "Install dir for headers") + SET(PACKAGE_INSTALL_DIR lib${LIB_SUFFIX}/cmake + CACHE PATH "Install dir for cmake package config files") +-- +1.9.1 + |