mirror of https://github.com/getdnsapi/getdns.git
Let CMake know about the target language.
This commit is contained in:
parent
878fd0583f
commit
4df33630ea
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue