fix build errors for relwithdebinfo

This commit is contained in:
SoftFever 2023-07-19 18:16:35 +08:00
parent fda21497fc
commit b5cbb42e62

View file

@ -406,6 +406,7 @@ if(SLIC3R_STATIC)
set(TBB_STATIC 1)
endif()
set(TBB_DEBUG 1)
set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO RelWithDebInfo Release "")
find_package(TBB REQUIRED)
# include_directories(${TBB_INCLUDE_DIRS})
# add_definitions(${TBB_DEFINITIONS})