aboutsummaryrefslogtreecommitdiff
path: root/extra/cmake/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-03-14 20:41:50 +0100
committerCem Keylan <cem@ckyln.com>2023-03-14 20:42:43 +0100
commite6e359b3914e83a19653850d285eb8e6ac2b7c65 (patch)
tree59c4d5ee048166044821b8ae00befaf64ba58f32 /extra/cmake/build
parent543d6cc5e0438a52227745537e11c91c873e7125 (diff)
downloadrepository-e6e359b3914e83a19653850d285eb8e6ac2b7c65.tar.gz
cmake: bump to 3.26.0
Diffstat (limited to 'extra/cmake/build')
-rwxr-xr-xextra/cmake/build15
1 files changed, 10 insertions, 5 deletions
diff --git a/extra/cmake/build b/extra/cmake/build
index 0cf437d5..662f4475 100755
--- a/extra/cmake/build
+++ b/extra/cmake/build
@@ -6,12 +6,17 @@ if cpt-list cmake >/dev/null 2>&1; then
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_SHARED_LIBS=True \
+ -DCMAKE_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_USE_SYSTEM_CURL=True \
- -DCMAKE_USE_SYSTEM_EXPAT=True \
- -DCMAKE_USE_SYSTEM_ZLIB=True \
- -DCMAKE_USE_SYSTEM_BZIP2=True \
+ -DCMAKE_USE_SYSTEM_BZIP2=ON \
+ -DCMAKE_USE_SYSTEM_CURL=ON \
+ -DCMAKE_USE_SYSTEM_EXPAT=ON \
+ -DCMAKE_USE_SYSTEM_LIBARCHIVE=ON \
+ -DCMAKE_USE_SYSTEM_LIBLZMA=ON \
+ -DCMAKE_USE_SYSTEM_LIBUV=ON \
+ -DCMAKE_USE_SYSTEM_NGHTTP2=ON \
+ -DCMAKE_USE_SYSTEM_ZLIB=ON \
+ -DCMAKE_USE_SYSTEM_ZSTD=ON \
-DBUILD_TESTING=OFF
cmake --build build