diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:02:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:01:36 +0900 |
commit | da656823cbfb097dce9f12849543535b9247ed2e (patch) | |
tree | dc3fc609aa67c318695cf29ca7768b07c0a3c0a0 /CMakeL10n.txt | |
parent | 6c5201c23d298a66b4d9871e41882e490a8a0c02 (diff) | |
download | kbookreader-da656823cbfb097dce9f12849543535b9247ed2e.tar.gz kbookreader-da656823cbfb097dce9f12849543535b9247ed2e.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e0b1b56..0176702 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,11 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) ##### include our cmake modules ################# |