From 7e649fe2bfb44901beb994ad0d735f06a5574922 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 29 Oct 2018 23:39:13 +0100 Subject: [PATCH] Require c++utilities 4.16.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d92c5ad..3f5c326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ else() endif() # find c++utilities -find_package(c++utilities 4.15.0 REQUIRED) +find_package(c++utilities 4.16.0 REQUIRED) # use the source directory of c++utilities for includes rather than the location where headers are going to be installed # note: this enables the tests to find the header files for c++utilities in case it is built within the same project