diff --git a/cmake/in/assert-config-cmake.in b/cmake/in/assert-config-cmake.in index ebbaeb2c..0fe550aa 100644 --- a/cmake/in/assert-config-cmake.in +++ b/cmake/in/assert-config-cmake.in @@ -2,6 +2,7 @@ @PACKAGE_INIT@ # no dependencies or special setup +find_package(cpptrace REQUIRED) # we cannot modify an existing IMPORT target if(NOT TARGET assert::assert)