diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:08:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:15:13 +0900 |
commit | 2388e31449fa961d050aeb246ac1db476fc088b1 (patch) | |
tree | bb4ac2fe81f5cf01c6996c126324d193bde80bc3 /CMakeL10n.txt | |
parent | d0ff02a7a223d1cecbefb37353466192b1b06ae5 (diff) | |
download | polkit-agent-tde-2388e31449fa961d050aeb246ac1db476fc088b1.tar.gz polkit-agent-tde-2388e31449fa961d050aeb246ac1db476fc088b1.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 ################# |