diff options
| author | Marc Sunet <marc.sunet@amd.com> | 2025-11-19 09:18:30 -0800 |
|---|---|---|
| committer | Marc Sunet <marc.sunet@amd.com> | 2025-11-19 09:18:30 -0800 |
| commit | 5516490fd5bea08d253dcaed59c430c2dada5c2d (patch) | |
| tree | f5979eb56326bcd654f602c9bcf832846e9dee65 /hello | |
| parent | b1fbff0da622160a2334a59de7f9090fecb5dad6 (diff) | |
Update cmake version
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt index 9ace20f..90a0d78 100644 --- a/hello/CMakeLists.txt +++ b/hello/CMakeLists.txt | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.20) |
| 2 | 2 | ||
| 3 | add_executable(hello main.cc) | 3 | add_executable(hello main.cc) |
| 4 | 4 | ||
