diff options
Diffstat (limited to 'base/tps')
-rw-r--r-- | base/tps/doc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | base/tps/doc/CS.cfg.in | 2 | ||||
-rw-r--r-- | base/tps/setup/CMakeLists.txt | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/base/tps/doc/CMakeLists.txt b/base/tps/doc/CMakeLists.txt index 4cebbe1c9..419289d03 100644 --- a/base/tps/doc/CMakeLists.txt +++ b/base/tps/doc/CMakeLists.txt @@ -1,5 +1,3 @@ -set(VERSION ${APPLICATION_VERSION}) - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CS.cfg.in ${CMAKE_CURRENT_BINARY_DIR}/CS.cfg @ONLY) install( diff --git a/base/tps/doc/CS.cfg.in b/base/tps/doc/CS.cfg.in index 64dadc6a6..93e53fdde 100644 --- a/base/tps/doc/CS.cfg.in +++ b/base/tps/doc/CS.cfg.in @@ -362,7 +362,7 @@ channel.defKeyIndex=0 # * channel.appletMemorySize=5000 # preop.pin=[PKI_RANDOM_NUMBER] -preop.product.version=@VERSION@ +preop.product.version=@APPLICATION_VERSION@ preop.cert._000=######################################### preop.cert._001=# Installation configuration "preop" certs parameters preop.cert._002=######################################### diff --git a/base/tps/setup/CMakeLists.txt b/base/tps/setup/CMakeLists.txt index 4f9784507..0e81ca150 100644 --- a/base/tps/setup/CMakeLists.txt +++ b/base/tps/setup/CMakeLists.txt @@ -1,5 +1,3 @@ -set(VERSION ${APPLICATION_VERSION}) - install( FILES pkidaemon_registry |