Skip to content

Commit

Permalink
Merge branch 'nlohmann:develop' into feature/sapitskiy/spm-support
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger authored and Aleksei Sapitskii committed Oct 11, 2023
2 parents d2bb17d + edffad0 commit b87c908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.architecture }}
version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
- name: Run CMake
run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import PackageDescription
let package = Package(
name: "nlohmann-json",
platforms: [
.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)
.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v4)
],
products: [
.library(name: "nlohmann-json", targets: ["nlohmann-json"])
.library(name: "json", targets: ["json"])
],
targets: [
.target(
name: "nlohmann-json",
name: "json",
path: "single_include/nlohmann",
publicHeadersPath: "."
)
Expand Down

0 comments on commit b87c908

Please sign in to comment.