diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 13:56:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 14:00:27 +0900 |
commit | 71d1eb32662a74130256b4286edeb25631b87949 (patch) | |
tree | 75a99345689403d24752a5134ac256e29290ceb2 | |
parent | f6139c6ead3d4b919efc2ab963437254edd25c0d (diff) | |
download | libkdcraw-r14.0.x.tar.gz libkdcraw-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e7d30e84d1b5e83a7b6c9ab0ebc4e6d9e21ab693)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cebe96..8763fb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libkdcraw ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |