From ccb3ce78dac93c407f42125807ab4fcf56f00446 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 11 Sep 2018 05:02:34 +0200 Subject: Enable version handling in exported CMake package (#989) This implements the version constraint signature of the find_package CMake command, e.g. one can find a minimum version or a specific version: find_package(nanomsg 1.1.4 [EXACT]) ^^^^^^^^^^^^^ --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index ed31724..1bcae5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Bruce Mitchener Bruno Bigras Chip Salzenberg David Beck +Dennis Klein Dirkjan Ochtman Dong Fang Drew Crawford -- cgit v1.2.1