aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/EnsureVersion.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/macros/EnsureVersion.cmake')
-rw-r--r--cmake/macros/EnsureVersion.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/macros/EnsureVersion.cmake b/cmake/macros/EnsureVersion.cmake
index 5d9af294765..d30a38070cf 100644
--- a/cmake/macros/EnsureVersion.cmake
+++ b/cmake/macros/EnsureVersion.cmake
@@ -58,7 +58,6 @@
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
MACRO(NORMALIZE_VERSION _requested_version _normalized_version)
STRING(REGEX MATCH "[^0-9]*[0-9]+\\.[0-9]+\\.[0-9]+.*" _threePartMatch "${_requested_version}")
if(_threePartMatch)