From 7dc4a57d6301b8449fe352b53500e1b376c135c8 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Wed, 13 Apr 2022 13:59:31 +0200 Subject: [PATCH] Fix build of RelWithDebInfo on Win --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3097f056c..8a486000f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -414,6 +414,7 @@ if(SLIC3R_STATIC) endif() set(TBB_DEBUG 1) find_package(TBB REQUIRED) +slic3r_remap_configs(TBB::tbb RelWithDebInfo Release) # include_directories(${TBB_INCLUDE_DIRS}) # add_definitions(${TBB_DEFINITIONS}) # if(MSVC)