]> git.lyx.org Git - lyx.git/commit
Cmake build: Needed variable for creation of debian package
authorKornel Benko <kornel@lyx.org>
Sat, 7 Oct 2017 08:47:17 +0000 (10:47 +0200)
committerKornel Benko <kornel@lyx.org>
Mon, 9 Oct 2017 08:05:42 +0000 (10:05 +0200)
commit10002fe4369c71ad487d51052277af966b20660c
treeb5a881d4f997c92cde9f7e0252a52c674ad756ae
parent6d116630901ec0702cc537cf0a7db78854ff16ab
Cmake build: Needed variable for creation of debian package

The variable CPACK_DEBIAN_PACKAGE_RELEASE has to be in the form
of "^[A-Za-z0-9.+~]+$". We will use the abbreviated commit revision for now.
Without this change cmake 3.10 emits error.

(cherry picked from commit 847c68960a8227c344ec6c0d66034d012bb9de5c)
CMakeLists.txt
development/cmake/LyxPackaging.cmake