enable ninja

This commit is contained in:
tooomm 2026-07-20 22:59:17 +02:00
parent ae37762ee1
commit 49957d6b0a
3 changed files with 3 additions and 15 deletions

View file

@ -312,7 +312,7 @@ if(UNIX)
endif()
elseif(WIN32)
set(CPACK_GENERATOR NSIS ${CPACK_GENERATOR})
if("${CMAKE_GENERATOR_PLATFORM}" MATCHES "(x64)")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(TRICE_IS_64_BIT 1)
else()
set(TRICE_IS_64_BIT 0)