chore: do not use static openssl
I close this option, to make it compilable on archlinux.
This commit is contained in:
parent
e81a366a5b
commit
54cff3cd32
3 changed files with 5 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue