more profiles

This commit is contained in:
2026-02-28 10:46:03 +01:00
committed by Romain BOULLARD
parent 09c27d5242
commit 122d4652a6
9 changed files with 132 additions and 55 deletions

View File

@@ -15,7 +15,9 @@ else()
find_package(mimalloc REQUIRED)
endif()
if(${IS_MULTI_CONFIG} OR ${CMAKE_BUILD_TYPE} STREQUAL "Debug" OR ${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")
if(${IS_MULTI_CONFIG})
find_package(cpptrace REQUIRED)
elseif(${CMAKE_BUILD_TYPE} STREQUAL "Debug" OR ${CMAKE_BUILD_TYPE} STREQUAL "RelWithDebInfo")
find_package(cpptrace REQUIRED)
endif()