diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-01-12 14:27:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-12 14:27:36 -0800 |
| commit | 7f104409b6998abeb6593f9f001e2285f57eac4e (patch) | |
| tree | 7b22f8cc291241803845b78b19721499ab9935d5 | |
| parent | c4d1c645d9f7e6073a2c1cacb3b479d5d2314c6c (diff) | |
| parent | 62744550b980157083f91ef9558270910216ee45 (diff) | |
| download | vcpkg-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.patch | 2 |
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() |
