summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:23:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 20:59:21 +0900
commit7a4f96cd53a4b198459024aa3fc6eec972d59184 (patch)
tree839df98985e5176b78d0688e9d624919164de976
parentc763d9082bc5043260fea638daf02122f0278d68 (diff)
downloadtqscintilla-r14.1.x.tar.gz
tqscintilla-r14.1.x.zip
Use centralized cmake versionr14.1.2r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96e5905e9187cc246f9acb6b8297c762aee5faf1)
-rw-r--r--CMakeLists.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e753bf..3361532 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,11 @@
############################################
-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
@@ -32,11 +36,6 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
-##### set version number ########################
-
-tde_set_project_version( )
-
-
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )