diff options
| author | ruki <[email protected]> | 2022-07-16 00:37:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-16 00:37:32 +0800 |
| commit | e36fd5064d53a724a0eb4c8a0ee006eb3f86abbf (patch) | |
| tree | ceef8e9b303a72e2bba88580dea9ef40e21f795f | |
| parent | bef356f0499e34bbf24c10c4f55a47e3c2e8ea40 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af237298..60aa6ee6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * [#2488](https://github.com/xmake-io/xmake/issues/2488): Fix remote compilation from windows to linux * [#2504](https://github.com/xmake-io/xmake/issues/2504): Fix remote build bug on msys2/cygwin * [#2525](https://github.com/xmake-io/xmake/issues/2525): Fix install package deps and stuck +* [#2557](https://github.com/xmake-io/xmake/issues/2557): Fix cmake.find_package links bug * Fix cache-induced path conflicts in preprocessed files ## v2.6.8 @@ -1354,6 +1355,7 @@ * [#2488](https://github.com/xmake-io/xmake/issues/2488): 修复从 windows 到 linux 的远程编译路径问题 * [#2504](https://github.com/xmake-io/xmake/issues/2504): 修复在 msys2 上远程编译失败问题 * [#2525](https://github.com/xmake-io/xmake/issues/2525): 修复安装依赖包时候卡死问题 +* [#2557](https://github.com/xmake-io/xmake/issues/2557): 修复 cmake.find_package 查找 links 错误 * 修复缓存导致的预处理文件路径冲突问题 ## v2.6.8 |
