diff options
| author | Arthur LAURENT <[email protected]> | 2023-01-10 15:51:18 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2023-01-10 17:04:09 +0100 |
| commit | 20dcec10367cbad48bb9b7c400761a5c45dd7e47 (patch) | |
| tree | 854d5ac0c7974487bfce2094cff6752ee42a8882 /tests/projects/c++/modules/partitions/xmake.lua | |
| parent | 4f4c744e7b7090ee3b33f98b8d07d36fd9f81db0 (diff) | |
fix clang std modules enabled
Diffstat (limited to 'tests/projects/c++/modules/partitions/xmake.lua')
| -rw-r--r-- | tests/projects/c++/modules/partitions/xmake.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/partitions/xmake.lua b/tests/projects/c++/modules/partitions/xmake.lua index 68602dce4..4b575432a 100644 --- a/tests/projects/c++/modules/partitions/xmake.lua +++ b/tests/projects/c++/modules/partitions/xmake.lua @@ -3,6 +3,4 @@ set_languages("c++20") target("partition") 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++
\ No newline at end of file + add_files("src/*.cpp", "src/*.mpp")
\ No newline at end of file |
