Skip to content

Commit

Permalink
build BUGFIX languages keyword available only from CMake 3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 6, 2020
1 parent 47c8efb commit a7c8a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)

project(libnetconf2 LANGUAGES C)
project(libnetconf2 C)

include(GNUInstallDirs)
include(CheckFunctionExists)
Expand Down

0 comments on commit a7c8a81

Please sign in to comment.