diff options
| author | Arthur LAURENT <[email protected]> | 2023-01-11 14:10:14 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2023-01-11 14:10:14 +0100 |
| commit | 4649cb58b79453c8f3a6b5277125d2f8ece9c233 (patch) | |
| tree | afad4a22c4f582efdf068a7015e7d9b7e726a460 /tests/projects/c++/modules/submodules/xmake.lua | |
| parent | 20dcec10367cbad48bb9b7c400761a5c45dd7e47 (diff) | |
cleanup
Diffstat (limited to 'tests/projects/c++/modules/submodules/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/submodules/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/submodules/xmake.lua b/tests/projects/c++/modules/submodules/xmake.lua index 5f2b4ca78..e84b63a9f 100644 --- a/tests/projects/c++/modules/submodules/xmake.lua +++ b/tests/projects/c++/modules/submodules/xmake.lua @@ -4,5 +4,3 @@ set_languages("c++20") target("submodule") set_kind("binary") add_files("src/*.cpp", "src/*.mpp") - - set_values("c++.clang.modules.strict", true) -- clang std module clash with stl headers, header units and c++23 std module so we disable it when using libc++ |
