diff options
| author | ruki <[email protected]> | 2023-01-08 10:31:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-08 10:31:41 +0800 |
| commit | ba5101263cc13bd51e8d22616e1a315e95e652ed (patch) | |
| tree | d05d33d1603082cceaeea03135c29fefc61f6d0c /tests/projects/c++/modules | |
| parent | 0922b353dec8370bbbfb130bdabc4ac123c170ab (diff) | |
Update xmake.lua
Diffstat (limited to 'tests/projects/c++/modules')
| -rw-r--r-- | tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua b/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua index 73ba6b99b..7b8a04f2e 100644 --- a/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua +++ b/tests/projects/c++/modules/stl_headerunit_cpp_only/xmake.lua @@ -1,8 +1,8 @@ add_rules("mode.release", "mode.debug") +set_languages("c++20") target("stl_headerunit_cpp_only") set_kind("binary") add_files("src/*.cpp") - set_languages("c++20") set_policy("build.c++.modules", true) set_values("c++.clang.modules.strict", true) -- clang std module clash with stl header units or c++23 std module so we disable it |
