Declare TARBALL as an option

The variable was implicitly used which made it hard to detect.
This commit is contained in:
Markus Mäkelä 2021-01-13 10:44:31 +02:00
parent dd340f9ec8
commit 4ce0f26167
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -82,6 +82,8 @@ endif()
find_program(RPMBUILD rpmbuild)
find_program(DEBBUILD dpkg-buildpackage)
option(TARBALL "Build a tarball package" OFF)
if(TARBALL)
include(cmake/package_tgz.cmake)