mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
if I'm going to maintain this, it should be my name as the contact
This commit is contained in:
parent
031d9ecc75
commit
f164faa3f1
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#
|
||||
# CMakeLists.txt file for arabica xml
|
||||
# author: Gunther Laure
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
@ -20,7 +19,7 @@ set(ARABICA_MINOR_VERSION September)
|
|||
#
|
||||
set(CPACK_PACKAGE_NAME "libarabica")
|
||||
set(CPACK_PACKAGE_VENDOR "Jez Higgins <jez@jezuk.co.uk>")
|
||||
set(CPACK_PACKAGE_CONTACT "Steffen Vogel <post@steffenvogel.de>")
|
||||
set(CPACK_PACKAGE_CONTACT "Jez Higgins <jez@jezuk.co.uk>")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Arabica is an XML and HTML processing toolkit, providing SAX2, DOM, XPath, and XSLT implementations, written in Standard C++")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR ${ARABICA_MAJOR_VERSION})
|
||||
set(CPACK_PACKAGE_VERSION_MINOR ${ARABICA_MINOR_VERSION})
|
||||
|
|
Loading…
Reference in a new issue