diff options
| -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 |
