diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bbff02..ccb76d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqca ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths if( CMAKE_INSTALL_LIBDIR )