diff options
| author | ruki <[email protected]> | 2022-12-13 00:47:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-12 22:48:03 +0800 |
| commit | 7a44e5daa628d0877d5c05db68e5aad1831f438f (patch) | |
| tree | ac01c61a606fd2210af6d4b8b360a32fedd431de | |
| parent | 89fbc5d5ad470b0ef92fabedaecb26b21f217e78 (diff) | |
fix cmake
| -rw-r--r-- | xmake/plugins/project/cmake/cmakelists.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/cmake/cmakelists.lua b/xmake/plugins/project/cmake/cmakelists.lua index a23a5646a..945b280bd 100644 --- a/xmake/plugins/project/cmake/cmakelists.lua +++ b/xmake/plugins/project/cmake/cmakelists.lua @@ -78,6 +78,7 @@ function _escape_path_in_flag(target, flag) flag = _escape_path(flag) end end + return flag end -- get unix path |
