From c6f12b31f9071011d4f6a140304a5131aa1d78d6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Apr 2016 22:24:44 +0200 Subject: [PATCH] added version constraints --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1d5746..d3ab9fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(META_VERSION_MINOR 1) set(META_VERSION_PATCH 1) # find c++utilities -find_package(c++utilities REQUIRED) +find_package(c++utilities 3.3.0 REQUIRED) use_cpp_utilities() # find zlib