qca, add build type for cmake (#9804)

This commit is contained in:
Schrijvers Luc
2023-11-29 16:48:27 +01:00
committed by GitHub
parent 32da9f27df
commit ccf00107d5

View File

@@ -70,7 +70,8 @@ BUILD()
{
export QC_CERTSTORE_PATH=/system/data/ssl/CARootCertificates.pem
cmake . -DCMAKE_INSTALL_PREFIX=$prefix \
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DQCA_PLUGINS_INSTALL_DIR=$libDir \
-DQCA_BINARY_INSTALL_DIR=$binDir \
-DQCA_LIBRARY_INSTALL_DIR=$libDir \