diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-21 13:17:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-21 13:17:09 +0100 |
commit | b4ca6126ab79a7c742bdfb6445d2f6956af5d82a (patch) | |
tree | 9651729f4632f6c706e42b53a961e61241f6ddcc /extra/cmake | |
parent | b9a537c2e03d4cd4d2388c5ff97ff6c84942be0f (diff) | |
download | repository-b4ca6126ab79a7c742bdfb6445d2f6956af5d82a.tar.gz |
cmake: fix circular dependency between libuv and cmake
Diffstat (limited to 'extra/cmake')
-rwxr-xr-x | extra/cmake/build | 2 | ||||
-rw-r--r-- | extra/cmake/depends | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/extra/cmake/build b/extra/cmake/build index 662f4475..5b13d23c 100755 --- a/extra/cmake/build +++ b/extra/cmake/build @@ -13,7 +13,7 @@ if cpt-list cmake >/dev/null 2>&1; then -DCMAKE_USE_SYSTEM_EXPAT=ON \ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON \ -DCMAKE_USE_SYSTEM_LIBLZMA=ON \ - -DCMAKE_USE_SYSTEM_LIBUV=ON \ + -DCMAKE_USE_SYSTEM_LIBUV=OFF \ -DCMAKE_USE_SYSTEM_NGHTTP2=ON \ -DCMAKE_USE_SYSTEM_ZLIB=ON \ -DCMAKE_USE_SYSTEM_ZSTD=ON \ diff --git a/extra/cmake/depends b/extra/cmake/depends index ac06d467..fe7069a4 100644 --- a/extra/cmake/depends +++ b/extra/cmake/depends @@ -2,6 +2,5 @@ bzip2 curl expat libarchive -libuv zlib zstd |