From ab476259d875e8352a4ef23c2d25b0e67161c771 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 10 May 2026 18:53:02 +0200 Subject: build: Remove deprecated cmake options RXM_BUFFER_ON_HEAP and SSM_POOL_BLOCKS were no longer used. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- cmake/config/ssm.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/config/ssm.cmake') diff --git a/cmake/config/ssm.cmake b/cmake/config/ssm.cmake index c1f34655..aa369e53 100644 --- a/cmake/config/ssm.cmake +++ b/cmake/config/ssm.cmake @@ -15,8 +15,6 @@ set(SSM_PUP_NAME_FMT "/${SSM_PREFIX}.pup.%d" CACHE INTERNAL # Packet buffer configuration set(SSM_POOL_NAME "/${SHM_PREFIX}.pool" CACHE INTERNAL "Name for the main POSIX shared memory pool") -set(SSM_POOL_BLOCKS 16384 CACHE STRING - "Number of blocks in SSM packet pool, must be a power of 2") set(SSM_PK_BUFF_HEADSPACE 256 CACHE STRING "Bytes of headspace to reserve for future headers") set(SSM_PK_BUFF_TAILSPACE 32 CACHE STRING -- cgit v1.2.3