f84711702d
Some checks failed
android / build (push) Successful in 1m32s
linux-arm-gcc / linux-gcc-arm (Debug) (push) Failing after 1m35s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Failing after 1m49s
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Failing after 1m44s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Failing after 2m1s
linux-arm-gcc / linux-gcc-arm (Release) (push) Failing after 1m55s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 29s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 1m23s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 28s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Failing after 1m25s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 1m49s
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Failing after 2m26s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Failing after 2m28s
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Failing after 5m6s
linux-x86-gcc / linux-gcc (Release) (push) Failing after 3m29s
linux-x86-gcc / linux-gcc (Debug) (push) Failing after 5m54s
linux-arm-gcc / linux-gcc-armhf (Release) (push) Failing after 9m46s
14 lines
558 B
CMake
14 lines
558 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
|
|
|
|
|
# This file is used by EnableLanguage in cmGlobalGenerator to
|
|
# determine that the selected ASM_MASM "compiler" (should be masm or masm64)
|
|
# works. For assembler this can only check whether the compiler has been found,
|
|
# because otherwise there would have to be a separate assembler source file
|
|
# for each assembler on every architecture.
|
|
|
|
set(ASM_DIALECT "_ARMASM")
|
|
include(CMakeTestASMCompiler)
|
|
set(ASM_DIALECT)
|