From 87c8a2e93b76594cc2a80cf8427e59726113063a Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Wed, 18 Feb 2026 09:38:57 +0100 Subject: [PATCH] CMake: All packages are named jfjoch, irrespective of slsdet version (for now) --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb4eeb75..c0441e2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,11 +191,7 @@ ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) # Initialize CPACK_COMPONENTS_ALL with common components set(CPACK_COMPONENTS_ALL jfjoch writer) -IF (SLS9) - SET(CPACK_PACKAGE_NAME "jfjoch-slsdet9") -ELSE() - SET(CPACK_PACKAGE_NAME "jfjoch") -ENDIF() +SET(CPACK_PACKAGE_NAME "jfjoch") # Add optional components if (JFJOCH_INSTALL_DRIVER_SOURCE)