From 9de765cc8f56a73483822bc4b67acfa79c8f3027 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 2 Mar 2020 16:53:37 +0100 Subject: [PATCH] Update CMakeLists.txt to a better constant option [ci skip] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a0c23d34..374c7e780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()