Skip to content

Commit

Permalink
chore: automated commit of cmake-format changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 authored and github-actions[bot] committed Oct 7, 2024
1 parent eb33368 commit d890734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mingw-w64-aarch64.clang.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ set(CMAKE_LINKER aarch64-w64-mingw32-ld)

set(arch_c_flags "-march=armv8.7-a")

set(CMAKE_C_FLAGS_INIT "${arch_c_flags}")
set(CMAKE_C_FLAGS_INIT "${arch_c_flags}")
set(CMAKE_CXX_FLAGS_INIT "${arch_c_flags}")

0 comments on commit d890734

Please sign in to comment.