Let CMake know about the target language.

This commit is contained in:
Jim Hague 2019-10-18 11:27:19 +01:00
parent 878fd0583f
commit 4df33630ea
1 changed files with 1 additions and 1 deletions

View File

@ -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")