]> 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>
Sun, 8 Oct 2017 06:30:16 +0000 (08:30 +0200)
commit11386f4601bbe1c1e5c14c0225993a36dbd849d5
tree217f4d0749618eb0d1b1a7468a59e223581941aa
parent7ea92108535841edd697d68eaa85d8d1da98ab84
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