From 4df33630ea3077c589897c2b6c15b87360dbd963 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Fri, 18 Oct 2019 11:27:19 +0100 Subject: [PATCH] Let CMake know about the target language. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cf4314b..15ff5e43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ include(CheckSymbolExists) include(CheckTypeSize) include(TestBigEndian) -project(getdns VERSION ${PACKAGE_VERSION}) +project(getdns VERSION ${PACKAGE_VERSION} LANGUAGES C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")