mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
[SDK] Fix build on debian9
This commit is contained in:
parent
655953675d
commit
a0cfe58193
2 changed files with 4 additions and 2 deletions
|
|
@ -56,6 +56,8 @@ project(linphoneqt)
|
|||
include(GNUInstallDirs)
|
||||
include(CheckCXXCompilerFlag)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
# Prepare gobal CMAKE configuration specific to the current project
|
||||
set(SDK_BUILD_DIR "${CMAKE_BINARY_DIR}/WORK") # SDK build in WORK. Keep all in it.
|
||||
set(LINPHONE_OUTPUT_DIR "${CMAKE_BINARY_DIR}/linphone-sdk/desktop")
|
||||
|
|
@ -173,7 +175,7 @@ endif()
|
|||
if(CMAKE_OSX_DEPLOYMENT_TARGET)
|
||||
list(APPEND APP_OPTIONS "-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
||||
endif()
|
||||
|
||||
list(APPEND APP_OPTIONS "-DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}")
|
||||
|
||||
if(ENABLE_BUILD_APP_PLUGINS)
|
||||
file(GLOB children "plugins/*")
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 81e6b6b4a93317d14b0ecf89a3e0f82991d43707
|
||||
Subproject commit d8865b2c81c471e802efc5fe4a9fa4e7ad3ea3a3
|
||||
Loading…
Add table
Reference in a new issue