diff options
| author | ruki <[email protected]> | 2022-04-24 22:24:05 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-24 22:24:05 +0800 |
| commit | 32b35898d3d88a961b0868f5e852d1c4ec4c94a9 (patch) | |
| tree | bb3ce057f3736e1ae3a326cd4d24d5a5f8a7c815 | |
| parent | 68f60cdd350c606ebb07dd79ccbfd388a47b4304 (diff) | |
| parent | 7e4f91042c5585b6a756d26ad634418b3e9b6392 (diff) | |
Merge pull request #2306 from SirLynix/patch-11
Remove debug print from #2301
| -rw-r--r-- | xmake/modules/package/manager/cmake/find_package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cmake/find_package.lua b/xmake/modules/package/manager/cmake/find_package.lua index c2cc7ff72..950015d18 100644 --- a/xmake/modules/package/manager/cmake/find_package.lua +++ b/xmake/modules/package/manager/cmake/find_package.lua @@ -142,7 +142,6 @@ function _find_package(cmake, name, opt) if os.isfile(linkfile) then local linkdata = io.readfile(linkfile) if linkdata then - print(flagsdata) if option.get("diagnosis") then vprint(linkdata) end |
