aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-01-12 14:27:36 -0800
committerGitHub <noreply@github.com>2018-01-12 14:27:36 -0800
commit7f104409b6998abeb6593f9f001e2285f57eac4e (patch)
tree7b22f8cc291241803845b78b19721499ab9935d5
parentc4d1c645d9f7e6073a2c1cacb3b479d5d2314c6c (diff)
parent62744550b980157083f91ef9558270910216ee45 (diff)
downloadvcpkg-7f104409b6998abeb6593f9f001e2285f57eac4e.tar.gz
vcpkg-7f104409b6998abeb6593f9f001e2285f57eac4e.zip
Merge pull request #2558 from fwosar/master
[cpr] Fixed wrong include folder
-rw-r--r--ports/cpr/enable-install.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cpr/enable-install.patch b/ports/cpr/enable-install.patch
index da8d3ee73..250199e5a 100644
--- a/ports/cpr/enable-install.patch
+++ b/ports/cpr/enable-install.patch
@@ -13,5 +13,5 @@ index a6db5bd..b4982d1 100644
+ ARCHIVE DESTINATION lib
+)
+if(NOT DISABLE_INSTALL_HEADERS)
-+ install(DIRECTORY ${CPR_INCLUDE_DIRS} DESTINATION include)
++ install(DIRECTORY ${CPR_INCLUDE_DIRS}/cpr DESTINATION include)
+endif()