diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-08-20 18:59:57 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-29 18:08:59 +0200 |
commit | f0e99961b6d04b6fc7d4054a6c111223d8ff2894 (patch) | |
tree | 1ec2a5917337373bd499f2945184939fffb3266c /CMakeLists.txt | |
parent | 2291c75ab0ebdaff43178658304ca79856ff238d (diff) | |
download | libssh-f0e99961b6d04b6fc7d4054a6c111223d8ff2894.tar.gz libssh-f0e99961b6d04b6fc7d4054a6c111223d8ff2894.tar.xz libssh-f0e99961b6d04b6fc7d4054a6c111223d8ff2894.zip |
cmake: Require at least abimap-0.3.1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a0f1866..4009b2ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |