fix: message
Some checks failed
linux-arm-gcc / linux-gcc-armhf (Release) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-clang / linux-clang (Debug) (push) Waiting to run
linux-x64-clang / linux-clang (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
android / build (push) Failing after 43s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Failing after 6m37s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Failing after 7m58s
linux-arm-gcc / linux-gcc-arm (Debug) (push) Failing after 6m57s
linux-arm-gcc / linux-gcc-arm (Release) (push) Failing after 7m32s
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Has been cancelled

This commit is contained in:
tqcq 2024-10-15 14:15:38 +08:00
parent c755acfe14
commit 68c3f526fd

View File

@ -227,10 +227,10 @@ endif()
if (TILE_BUILD_SHARED)
add_library(tile SHARED ${TILE_SRCS})
mesage(STATUS "Build tile shared library")
message(STATUS "Build tile shared library")
else()
add_library(tile OBJECT ${TILE_SRCS})
mesage(STATUS "Build tile object library")
message(STATUS "Build tile object library")
endif()
set_target_properties(tile PROPERTIES VERSION ${PROJECT_VERSION}
target_precompile_headers(tile PUBLIC inja/inja.h)