Skip to content

Commit 020f9a0

Browse files
committed
Update example,tests
1 parent 1c24543 commit 020f9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.9)
1+
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
22

33
set(CMAKE_CXX_STANDARD 20)
44

tests/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.9)
1+
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
22

33
set(CMAKE_CXX_STANDARD 20)
44

0 commit comments

Comments
 (0)