diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:07:06 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:25:15 +0900 |
| commit | 891c41833121030e071b0d1f3a7d7d916e9d0293 (patch) | |
| tree | 63689c108e6b710a7dc412dd3fadd5b1657f1d55 /CMakeL10n.txt | |
| parent | 2375c3f5609f85c421e9acdc6e6626f4e82e83ef (diff) | |
| download | klamav-891c4183.tar.gz klamav-891c4183.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a6e2f4d194bef07f1c953cf13f8bde058be0f6a4)
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 ################# |
