Skip to content

Commit 623d59e

Browse files
committed
build CHANGE increase required cmake version
To avoid deprecation notice.
1 parent ec58484 commit 623d59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 2.6)
1+
cmake_minimum_required(VERSION 2.8.12)
22

33
project(libnetconf2 C)
44
set(LIBNETCONF2_DESC "NETCONF library in C providing API for both clients and servers.")

0 commit comments

Comments
 (0)