diff options
| author | ruki <[email protected]> | 2024-04-06 00:57:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-06 00:57:10 +0800 |
| commit | 5cfb0d402d553f27d9fb3673ffab5f1f235660ad (patch) | |
| tree | 7bab978a20736f5c28229e0b9966bc7d20533691 | |
| parent | 537971777a7b6086546d234ea9f5975464903c7e (diff) | |
remove fixme
| -rw-r--r-- | xmake/modules/package/manager/system/find_package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/system/find_package.lua b/xmake/modules/package/manager/system/find_package.lua index 47b07647b..dd1fd099a 100644 --- a/xmake/modules/package/manager/system/find_package.lua +++ b/xmake/modules/package/manager/system/find_package.lua @@ -71,7 +71,6 @@ function main(name, opt) -- -- But if it depends on some toolchain packages, -- then they can't be detected early in the fetch and we have to disable system.find_package - -- FIXME local package = opt.package if package and package:toolchains() and not _check_package_toolchains(package) then return |
