From 4e70aae06d89ea90c925171f78dcae5fd68c2eea Mon Sep 17 00:00:00 2001 From: DavidLazarescu Date: Mon, 19 Feb 2024 19:50:49 +0100 Subject: [PATCH] Avoid generating mupdf library links This environment variable disables building the mupdf libraries with the version postfix. A update of mupdf with the fix on their side will be coming soon. --- src/application/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application/CMakeLists.txt b/src/application/CMakeLists.txt index 3924a4ee7..878446ba0 100644 --- a/src/application/CMakeLists.txt +++ b/src/application/CMakeLists.txt @@ -135,6 +135,7 @@ add_custom_target(mupdf "CC=${CC_COMMAND}" "CXX=${CXX_COMMAND}" "USE_SYSTEM_LIBJPEG=${USE_SYSTEM_LIBJPEG_VALUE}" + "USE_SONAME=no" ${MUPDF_BUILD_COMMAND} BYPRODUCTS ${MUPDF_OUTPUT} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/libs/mupdf