aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Pfau <pfau@peak3d.de>2019-09-08 21:18:15 +0200
committerGitHub <noreply@github.com>2019-09-08 21:18:15 +0200
commit2e4f1b9d5377aa2c08260912009e9724cd9f5307 (patch)
tree27aa0675893c54672584e9d3b06a775c1ffacde2
parent36dc4b0e5e3686e1759987f2bad612b894bebfed (diff)
Revert "[Binary addons] Use VERSION_MIN for automated generated dependency requirements"
-rw-r--r--cmake/scripts/common/AddonHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/common/AddonHelpers.cmake b/cmake/scripts/common/AddonHelpers.cmake
index fd365661de..a522312115 100644
--- a/cmake/scripts/common/AddonHelpers.cmake
+++ b/cmake/scripts/common/AddonHelpers.cmake
@@ -108,7 +108,7 @@ macro (build_addon target prefix libs)
if("${include_name}" MATCHES "_DEPENDS")
# Use start definition name as base for other value type
list(GET loop_var 0 list_name)
- string(REPLACE "_DEPENDS" "_MIN" depends_name ${list_name})
+ string(REPLACE "_DEPENDS" "" depends_name ${list_name})
string(REPLACE "_DEPENDS" "_XML_ID" xml_entry_name ${list_name})
string(REPLACE "_DEPENDS" "_USED" used_type_name ${list_name})