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

cmake: Remove unneeded configure flags

This commit is contained in:
Dylan Araps 2020-03-14 07:00:01 +02:00
parent baf07a698b
commit 9bb1da7256
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -5,8 +5,6 @@ if kiss l cmake; then
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_USE_SYSTEM_CURL=True \
-DCMAKE_USE_SYSTEM_EXPAT=True \