diff options
| author | MeanSquaredError <[email protected]> | 2025-11-21 12:53:23 +0200 |
|---|---|---|
| committer | MeanSquaredError <[email protected]> | 2025-11-23 18:36:20 +0200 |
| commit | 4c8fd669a52cfa6676052953457ce65ab0b8b89b (patch) | |
| tree | 1aaf63a8e64f1c80e1e6dd7eae07051f12454222 | |
| parent | 5045cb0b591c9bcd50cd09d040d56dbd8fbeee70 (diff) | |
cmake find_package: Fix comment typo
| -rw-r--r-- | xmake/modules/package/manager/cmake/find_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/cmake/find_package.lua b/xmake/modules/package/manager/cmake/find_package.lua index 376b583dd..fdf9aa608 100644 --- a/xmake/modules/package/manager/cmake/find_package.lua +++ b/xmake/modules/package/manager/cmake/find_package.lua @@ -140,7 +140,7 @@ function _find_package(cmake, name, opt) envs.CMAKE_BUILD_TYPE = envs.CMAKE_BUILD_TYPE or _cmake_mode(opt.mode or "release") try {function() return os.vrunv(cmake.program, {workdir}, {curdir = workdir, envs = envs}) end} - -- pares defines and includedirs for macosx/linux + -- parse defines and includedirs for macosx/linux local links local linkdirs local libfiles |
