aboutsummaryrefslogtreecommitdiff
path: root/ports/cpr/enable-install.patch
AgeCommit message (Collapse)Author
2018-01-12Fixed wrong include folderFabian Wosar
The port used to install "include/cpr" instead of "cpr" into the vcpkg include folder . As a result, attempting to use the cpr header would fail as the header includes "cpr/<header file>". In addition having to include <include/cpr/cpr.h> breaks the general vcpkg conventions.
2017-06-20[cpr] Enable dynamic builds via CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSRobert Schumacher