Skip to content

Commit a7c8a81

Browse files
committed
build BUGFIX languages keyword available only from CMake 3
1 parent 47c8efb commit a7c8a81

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,6 +1,6 @@
11
cmake_minimum_required(VERSION 2.6)
22

3-
project(libnetconf2 LANGUAGES C)
3+
project(libnetconf2 C)
44

55
include(GNUInstallDirs)
66
include(CheckFunctionExists)

0 commit comments

Comments
 (0)