aboutsummaryrefslogtreecommitdiff
path: root/hello/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Sunet <marc.sunet@amd.com>2025-11-19 09:18:30 -0800
committerMarc Sunet <marc.sunet@amd.com>2025-11-19 09:18:30 -0800
commit5516490fd5bea08d253dcaed59c430c2dada5c2d (patch)
treef5979eb56326bcd654f602c9bcf832846e9dee65 /hello/CMakeLists.txt
parentb1fbff0da622160a2334a59de7f9090fecb5dad6 (diff)
Update cmake version
Diffstat (limited to 'hello/CMakeLists.txt')
-rw-r--r--hello/CMakeLists.txt2
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 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.20)
2 2
3add_executable(hello main.cc) 3add_executable(hello main.cc)
4 4