aboutsummaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
Diffstat (limited to 'hello')
-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