Skip to content

Commit b88ecae

Browse files
committed
Update cmake.lua
1 parent 63c0cd0 commit b88ecae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake/modules/package/tools/cmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,8 @@ end
12271227
-- install package
12281228
function install(package, configs, opt)
12291229
opt = opt or {}
1230-
12311230
local cmake_generator = _get_cmake_generator(package, opt)
1231+
12321232
-- enter build directory
12331233
local buildir = opt.buildir or package:buildir()
12341234
os.mkdir(path.join(buildir, "install"))

0 commit comments

Comments
 (0)