diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c4d3f16c2f..142b58490d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -2,6 +2,8 @@ # add_subirectory() find_package(Catch2 3.8 REQUIRED) +slic3r_remap_configs(Catch2::Catch2 RelWithDebInfo Release) +slic3r_remap_configs(Catch2::Catch2WithMain RelWithDebInfo Release) include(Catch)