diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 10:56:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:15:44 +0900 |
commit | cb4c5cd75f2943ecd2f599862183baa2f3d0964a (patch) | |
tree | 831713d3a52448cc7a65cabfd98038874c7d155b /CMakeL10n.txt | |
parent | 886ea66603edd907c7337e05c143740a4d5465e1 (diff) | |
download | smb4k-cb4c5cd75f2943ecd2f599862183baa2f3d0964a.tar.gz smb4k-cb4c5cd75f2943ecd2f599862183baa2f3d0964a.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 c5acc73..f5dceed 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 ################# |