Skip to content

Commit 0f0d9be

Browse files
committed
build: fix CMakeLists to require CMake 3.20
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 3ac4ba4 commit 0f0d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.20)
22
project(ctraces C)
33
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
44
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)