Packaging

This commit is contained in:
2026-03-28 23:46:05 +01:00
committed by Romain BOULLARD
parent 1328b17b47
commit 0977669bd5
11 changed files with 135 additions and 776 deletions

View File

@@ -15,11 +15,7 @@ else()
find_package(mimalloc REQUIRED)
endif()
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()
find_package(cpptrace REQUIRED)
if(BUILD_TESTS)
find_package(GTest REQUIRED)