summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/hello/xmake.lua')
-rw-r--r--tests/projects/c++/modules/hello/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/hello/xmake.lua b/tests/projects/c++/modules/hello/xmake.lua
index 5d94b5d15..e22047e4b 100644
--- a/tests/projects/c++/modules/hello/xmake.lua
+++ b/tests/projects/c++/modules/hello/xmake.lua
@@ -1,6 +1,5 @@
target("hello")
set_kind("binary")
- add_rules("c++.build.modules")
add_files("src/*.cpp", "src/*.mpp")