From 53482bb114047d1a9ca9b1dc9848a9e0176c96dc Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Apr 2016 22:22:12 +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 07557cf..086dd1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set(META_VERSION_PATCH 1) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # find c++utilities -find_package(c++utilities REQUIRED) +find_package(c++utilities 3.3.0 REQUIRED) use_cpp_utilities() # include modules to apply configuration