From 4c8fd669a52cfa6676052953457ce65ab0b8b89b Mon Sep 17 00:00:00 2001 From: MeanSquaredError <35379301+MeanSquaredError@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:53:23 +0200 Subject: cmake find_package: Fix comment typo --- xmake/modules/package/manager/cmake/find_package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1