소스 검색

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;
                 json data;
                 data["name"] = "world";
                 data["name"] = "world";
             }
             }
-        ]]}, {configs = {languages = "c++14"}, includes = {"nlohmann/json.hpp"}}))
+        ]]}, {configs = {languages = "c++11"}, includes = {"nlohmann/json.hpp"}}))
     end)
     end)