Update minimum_cmake_required to match version used in CI (#679)

- Update minimum_cmake_required to match version used in CI
  - We should match the minimum version that we test against

- Ensure ".S" files are treated as assembly.
This commit is contained in:
David Galiffi
2025-08-21 15:56:47 -04:00
committed by GitHub
szülő c7b9533836
commit 847580dd9e
25 fájl változott, egészen pontosan 28 új sor hozzáadva és 25 régi sor törölve
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18.4 FATAL_ERROR)
cmake_minimum_required(VERSION 3.21 FATAL_ERROR)
project(rocprofiler-systems-code-coverage-example LANGUAGES CXX)