浏览代码

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

Chen Yufei 3 年之前
父节点
当前提交
7bbbecf730
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/n/nlohmann_json/xmake.lua

+ 1 - 1
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)