Fix building of tests in RelWithDebInfo mode on Windows.

This commit is contained in:
Lukáš Hejl 2025-02-13 14:11:45 +01:00
parent 082003274b
commit ba4116577c

View File

@ -2,6 +2,8 @@
# add_subirectory(<testcase>)
find_package(Catch2 3.8 REQUIRED)
slic3r_remap_configs(Catch2::Catch2 RelWithDebInfo Release)
slic3r_remap_configs(Catch2::Catch2WithMain RelWithDebInfo Release)
include(Catch)