14 lines
413 B
CMake
14 lines
413 B
CMake
# SPDX-FileCopyrightText: 2022 - 2023 Chris Rizzitello <sithlord48@gmail.com>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#This File is generated at CONFIGURE time
|
|
#This file is run at CPACK Time
|
|
|
|
#Do not set CPACK used CMAKE_* Vars here
|
|
# some Generators will fail if you do
|
|
|
|
#These installs must not use "continuous"
|
|
if(CPACK_GENERATOR MATCHES DEB|WIX|RPM)
|
|
set(CPACK_PACKAGE_VERSION @CMAKE_PROJECT_VERSION@)
|
|
endif()
|