chore: do not use static openssl

I close this option, to make it compilable on archlinux.
This commit is contained in:
ShootingStarDragons 2024-04-02 00:04:27 +08:00
commit 54cff3cd32
No known key found for this signature in database
GPG key ID: 03F21FB5054F202A
3 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)
# smth sqlcipher_flutter_libs static linking Hundreds
set(OPENSSL_USE_STATIC_LIBS OFF)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "fluffychat")