summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-02-07 18:35:11 +0100
committerArthur LAURENT <[email protected]>2024-02-07 18:35:35 +0100
commit5d088711452a880de0a101e1d1759207eac1cf68 (patch)
tree9c3a5116e404ca26edfe2a99691aeb58eee3d78e /xmake/rules/c++/modules
parent6e3d6c4cf7166e093ba77fac1d221ff6daef1792 (diff)
cleanup
Diffstat (limited to 'xmake/rules/c++/modules')
-rw-r--r--xmake/rules/c++/modules/modules_support/dependency_scanner.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/dependency_scanner.lua b/xmake/rules/c++/modules/modules_support/dependency_scanner.lua
index 1dc55bcb8..0b02292ef 100644
--- a/xmake/rules/c++/modules/modules_support/dependency_scanner.lua
+++ b/xmake/rules/c++/modules/modules_support/dependency_scanner.lua
@@ -224,7 +224,6 @@ function _generate_dependencies(target, sourcebatch, opt)
end
-- get module dependencies
function get_module_dependencies(target, sourcebatch, opt)
- print(sourcebatch)
local cachekey = target:name() .. "/" .. sourcebatch.rulename
local modules = compiler_support.memcache():get2("modules", cachekey)
if modules == nil or opt.regenerate then