2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cmake: don't build tests

This commit is contained in:
Dylan Araps 2019-11-26 21:51:21 +00:00
parent 8b30a22be3
commit b575151149
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -11,7 +11,8 @@ if kiss l cmake; then
-DCMAKE_USE_SYSTEM_CURL=True \
-DCMAKE_USE_SYSTEM_EXPAT=True \
-DCMAKE_USE_SYSTEM_ZLIB=True \
-DCMAKE_USE_SYSTEM_BZIP2=True
-DCMAKE_USE_SYSTEM_BZIP2=True \
-DBUILD_TESTING=OFF
cmake --build build
DESTDIR="$1" cmake --install build