diff options
| author | ruki <[email protected]> | 2024-02-11 12:40:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-11 12:40:01 +0800 |
| commit | 0550446f4dc00728801f233f0e815aafbe521ac8 (patch) | |
| tree | b236ff49ac7dd946decf328c50341dfbd601fa03 | |
| parent | 3af5f89b0c56d83e31a645c5a9ff440f900d6a58 (diff) | |
Update cmakelists.lua
| -rw-r--r-- | xmake/plugins/project/cmake/cmakelists.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/project/cmake/cmakelists.lua b/xmake/plugins/project/cmake/cmakelists.lua index 2fd0eb57a..4402f080f 100644 --- a/xmake/plugins/project/cmake/cmakelists.lua +++ b/xmake/plugins/project/cmake/cmakelists.lua @@ -900,7 +900,6 @@ function _get_command_string(cmd, outputdir) table.insert(argv, _translate_flag(v, outputdir)) end local command = _escape_path(cmd.program) .. " " .. os.args(argv) - print(cmd.program, _escape_path(cmd.program)) if opt and opt.curdir then command = "${CMAKE_COMMAND} -E chdir " .. _get_relative_unix_path_to_cmake(opt.curdir, outputdir) .. " " .. command end |
