mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 14:59:00 +08:00
👷 there is no cmake in the osx image
This commit is contained in:
parent
c6fbd305b0
commit
2e5208d5cd
@ -47,8 +47,8 @@
|
|||||||
},
|
},
|
||||||
"osx": {
|
"osx": {
|
||||||
"buildenv": "osx",
|
"buildenv": "osx",
|
||||||
"builddeps": ["build-essential", "cmake"],
|
"builddeps": ["build-essential"],
|
||||||
"buildcmd": ["mkdir cm", "cd cm", "cmake ..", "cmake --build .", "ctest --output-on-failure"]
|
"buildcmd": ["make check"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user