Skip to content

Commit c413038

Browse files
committed
Lower CMake minimum version
1 parent c8776b5 commit c413038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20)
1+
cmake_minimum_required(VERSION 3.16)
22
project(cotp VERSION "2.0.0" LANGUAGES "C")
33

44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

0 commit comments

Comments
 (0)