summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/inline_and_template/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-07-15 22:58:21 +0800
committerGitHub <[email protected]>2021-07-15 22:58:21 +0800
commitba4ebd5a676ad15d8d72fe4fefa4d949ea11bc68 (patch)
tree817b50173948547f7e4b491da271918c67b8a5ff /tests/projects/c++/modules/inline_and_template/xmake.lua
parent8c1141aba414c07554179cb28687124514f6e770 (diff)
parent942c32f448d9b8a850438aa2af1de2415b7ae872 (diff)
Merge pull request #1519 from aacirino/master
Added the correct support to build C++ projects that use modules
Diffstat (limited to 'tests/projects/c++/modules/inline_and_template/xmake.lua')
-rw-r--r--tests/projects/c++/modules/inline_and_template/xmake.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/inline_and_template/xmake.lua b/tests/projects/c++/modules/inline_and_template/xmake.lua
index c0722cccc..4810edb85 100644
--- a/tests/projects/c++/modules/inline_and_template/xmake.lua
+++ b/tests/projects/c++/modules/inline_and_template/xmake.lua
@@ -1,6 +1,4 @@
+set_languages("c++20")
target("inline_and_template")
set_kind("binary")
add_files("src/*.cpp", "src/*.mpp")
- set_languages("c++11")
-
-