cmake: Require at least abimap-0.3.1

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f0e99961b6)
This commit is contained in:
Andreas Schneider
2018-08-20 18:59:57 +02:00
parent c74cc9a606
commit e473108e1b

View File

@@ -84,7 +84,7 @@ endif (BSD OR SOLARIS OR OSX)
# Disable symbol versioning in non UNIX platforms
if (UNIX)
find_package(ABIMap)
find_package(ABIMap 0.3.1)
else (UNIX)
set(WITH_SYMBOL_VERSIONING OFF)
endif (UNIX)