Require c++utilities 4.16.0

This commit is contained in:
Martchus 2018-10-29 23:39:13 +01:00
parent d64174c000
commit 7e649fe2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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