From cbf74fe252d1ea190a7c696f899aaadda4e8f0cd Mon Sep 17 00:00:00 2001 From: Leonid Fedorov <79837786+mariadb-LeonidFedorov@users.noreply.github.com> Date: Wed, 3 Sep 2025 23:18:07 +0400 Subject: [PATCH] Update cpack_manage.cmake --- cmake/cpack_manage.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cpack_manage.cmake b/cmake/cpack_manage.cmake index c91e4b097..743e7d974 100644 --- a/cmake/cpack_manage.cmake +++ b/cmake/cpack_manage.cmake @@ -28,7 +28,7 @@ macro(columnstore_add_rpm_deps) columnstore_append_for_cpack(CPACK_RPM_columnstore-engine_PACKAGE_REQUIRES ${ARGN}) endmacro() -if(NOT COLUMNSTORE_MAINTAINER_MODE) +if(NOT COLUMNSTORE_MAINTAINER) return() endif()