nlohmann_json: use c++11 for on_test. (#1098)

pull/1099/head
Chen Yufei 3 years ago committed by GitHub
parent 4817db5ef6
commit 7bbbecf730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/n/nlohmann_json/xmake.lua

@ -38,5 +38,5 @@ package("nlohmann_json")
json data;
data["name"] = "world";
}
]]}, {configs = {languages = "c++14"}, includes = {"nlohmann/json.hpp"}}))
]]}, {configs = {languages = "c++11"}, includes = {"nlohmann/json.hpp"}}))
end)

Loading…
Cancel
Save