Skip to content

Commit d5d0ad5

Browse files
committed
Update example,tests
1 parent b60fa7a commit d5d0ad5

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)