- PIC option is enabled for all projects

This commit is contained in:
2019-03-31 20:53:08 +03:00
parent b9d49a62ab
commit 47e21e5a54
16 changed files with 31 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ set (USE_EVS_CODEC OFF CACHE BOOL "Use EVS codec.")
set (OPENSSL_SSL ssl CACHE STRING "Pointer to ssl library")
set (OPENSSL_CRYPTO crypto CACHE STRING "Pointer to crypto library")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
message ("Using ssl library at ${OPENSSL_SSL}")
message ("Using crypto library at ${OPENSSL_CRYPTO}")