diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:58:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:10:34 +0900 |
commit | 38dcd2858229beb778f8a7bc651ace510e6c127e (patch) | |
tree | 7796c9aef0e40f0a6afb455063564afa212d6e2b /CMakeL10n.txt | |
parent | 81d30b114236ea0c3940f988d4ed58eb102c8bc9 (diff) | |
download | codeine-38dcd2858229beb778f8a7bc651ace510e6c127e.tar.gz codeine-38dcd2858229beb778f8a7bc651ace510e6c127e.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e097d43a062e934c47c731197d37deef405a9a54)
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 181ccd3..9ffa706 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 ################# |