Skip to content
Snippets Groups Projects
Commit b28d28c4 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

proper path resolving fix for CPACK RPM bug

parent f6dac5f9
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ if ("${CPACK_GENERATOR}" STREQUAL "RPM")
set (CPACK_RPM_PACKAGE_LICENSE "BSD")
set (CPACK_RPM_PACKAGE_GROUP "MAIL.RU")
set (CPACK_RPM_PACKAGE_DESCRIPTION "Tarantool in-memory DB storage")
set (CPACK_SET_DESTDIR "ON")
set (CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
else()
set (CPACK_GENERATOR "TGZ")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment