Commit 51e3f1da authored by Sergei Golubchik's avatar Sergei Golubchik

cmake: append to the array correctly

it was generating broken spec files
parent 9d5a8bd6
......@@ -182,7 +182,7 @@ ENDMACRO(SETA)
IF (CMAKE_VERSION VERSION_GREATER 3.10.0)
# cmake bug #14362
SETA(CPACK_RPM_server_USER_FILELIST
SET(CPACK_RPM_server_USER_FILELIST ${CPACK_RPM_server_USER_FILELIST}
"%caps(cap_ipc_lock=pe) %{_sbindir}/mysqld"
)
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment