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