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