mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-17 07:53:24 +08:00
packaging: fix Linux build
GitLab: #2090 Change-Id: I7621264bebb683ed06294d9bee0bf15bddf3f0cd
This commit is contained in:
@@ -58,10 +58,8 @@ else()
|
||||
set(DAEMON_DIR ${PROJECT_SOURCE_DIR}/daemon)
|
||||
endif()
|
||||
|
||||
# For now only MSVC is supported for building Jami-core within the
|
||||
# client cmake.
|
||||
if(JAMICORE_AS_SUBDIR)
|
||||
add_subdirectory(${DAEMON_DIR})
|
||||
add_subdirectory(${DAEMON_DIR} EXCLUDE_FROM_ALL)
|
||||
set(LIBJAMI_LIB jami-core)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user