diff options
Diffstat (limited to 'template/commonCMakeLists.txt')
-rw-r--r-- | template/commonCMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index 72471757..deac2117 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -12,7 +12,12 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) ##### general package setup ##################### |