mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 07:38:11 +00:00
Update CMakeLists.txt to a better constant option [ci skip]
This commit is contained in:
parent
d53c42d77b
commit
9de765cc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ if( NOT (LinphoneCxx_FOUND) OR NOT (Linphone_FOUND) OR NOT (bctoolbox_FOUND) OR
|
|||
message("Linphone packages are not installed. Build and install it in order to build Minizip and then Desktop Application.")
|
||||
set(CMAKE_INSTALL_PREFIX "${LINPHONE_OUTPUT_DIR}")
|
||||
add_subdirectory("linphone-sdk" "${SDK_BUILD_DIR}")
|
||||
elseif( APPLI_FORCE_SDK_BUILD )
|
||||
elseif( APP_FORCE_SDK_BUILD )
|
||||
set(CMAKE_INSTALL_PREFIX "${LINPHONE_OUTPUT_DIR}")
|
||||
add_subdirectory("linphone-sdk" "${SDK_BUILD_DIR}")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue