From 87f6fed2746095ca2096ce8b5d46b010956df8c1 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Fri, 4 Aug 2023 10:16:37 +0200 Subject: [PATCH] Fixed link of RelWithDebInfo configuration --- src/libslic3r/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libslic3r/CMakeLists.txt b/src/libslic3r/CMakeLists.txt index f11986d314..ce57ba00f2 100644 --- a/src/libslic3r/CMakeLists.txt +++ b/src/libslic3r/CMakeLists.txt @@ -15,6 +15,9 @@ if (TARGET OpenVDB::openvdb) endif() find_package(LibBGCode REQUIRED COMPONENTS Convert) +slic3r_remap_configs(LibBGCode::bgcode_core RelWithDebInfo Release) +slic3r_remap_configs(LibBGCode::bgcode_base RelWithDebInfo Release) +slic3r_remap_configs(LibBGCode::bgcode_convert RelWithDebInfo Release) set(SLIC3R_SOURCES pchheader.cpp