commit | df67eb481d1a145f7ac56d3d6135f85608aa18cd | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Feb 06 16:22:07 2020 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Feb 06 16:22:07 2020 +0100 |
tree | 86052ea56907d27eb6b149821abad7ba8a74569d | |
parent | 47c8efb8e62860fe888ba8e540267aea2b105ea6 [diff] [blame] |
build BUGFIX languages keyword available only from CMake 3
diff --git a/CMakeLists.txt b/CMakeLists.txt index 92de0d3..5dd1ee8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -project(libnetconf2 LANGUAGES C) +project(libnetconf2 C) include(GNUInstallDirs) include(CheckFunctionExists)