packaging: fix Linux build

GitLab: #2090
Change-Id: I7621264bebb683ed06294d9bee0bf15bddf3f0cd
This commit is contained in:
François-Simon Fauteux-Chapleau
2025-09-04 13:14:09 -04:00
parent 9fad769040
commit 87e63724c3
3 changed files with 3 additions and 3 deletions

View File

@@ -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()