summaryrefslogtreecommitdiff
path: root/arch/armv7/CMakeLists.txt
AgeCommit message (Collapse)Author
2026-03-30Fix compiler warnings seen with Clang 21Mark Rowe
2025-12-20Fix many of the warnings that show up when compiling with GCC 15.2Mark Rowe
2025-07-30[CMake] Specify CONFIGURE_DEPENDS for all file(GLOB ..)Mark Rowe
This ensures that CMake detects when files that match the glob are added or removed.
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2024-03-05Move architecture modules into the API repoRusty Wagner