diff options
| author | Kevin Lu <6320810+kevinlul@users.noreply.github.com> | 2020-07-09 16:17:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 13:17:32 -0700 |
| commit | a6ba0da9840ae2e5ba2ec1abfc9c198bb7e72ea8 (patch) | |
| tree | b47bcc601331ba2d13176e8e6b77feb92e9f90f4 /ports/nlohmann-json/CONTROL | |
| parent | d7be0683557cef90dc4a92d392c64ac0bd4f02c2 (diff) | |
| download | vcpkg-a6ba0da9840ae2e5ba2ec1abfc9c198bb7e72ea8.tar.gz vcpkg-a6ba0da9840ae2e5ba2ec1abfc9c198bb7e72ea8.zip | |
[nlohmann-json] Always install multiple headers to allow forward declarations (#12117)
* [nlohmann-json] Add multiple-headers feature
Closes #10795
* Update ports/nlohmann-json/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [nlohmann-json] Make multiple headers always active
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/nlohmann-json/CONTROL')
| -rw-r--r-- | ports/nlohmann-json/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nlohmann-json/CONTROL b/ports/nlohmann-json/CONTROL index 603129847..3e8f51fa6 100644 --- a/ports/nlohmann-json/CONTROL +++ b/ports/nlohmann-json/CONTROL @@ -1,4 +1,5 @@ Source: nlohmann-json Version: 3.8.0 +Port-Version: 2 Homepage: https://github.com/nlohmann/json Description: JSON for Modern C++ |
