diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-07 18:35:11 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-07 18:35:35 +0100 |
| commit | 5d088711452a880de0a101e1d1759207eac1cf68 (patch) | |
| tree | 9c3a5116e404ca26edfe2a99691aeb58eee3d78e /xmake/rules/c++/modules | |
| parent | 6e3d6c4cf7166e093ba77fac1d221ff6daef1792 (diff) | |
cleanup
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/dependency_scanner.lua | 1 |
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 |
