From: Torsten Dreyer Date: Thu, 28 Apr 2016 08:50:15 +0000 (+0200) Subject: Fix broken build/install with DNS enabled X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51ad61061f2091280a1ad3e76c20e74b24cd6d94;p=simgear.git Fix broken build/install with DNS enabled --- diff --git a/3rdparty/udns/CMakeLists.txt b/3rdparty/udns/CMakeLists.txt index 2bccfb98..c3092297 100644 --- a/3rdparty/udns/CMakeLists.txt +++ b/3rdparty/udns/CMakeLists.txt @@ -11,7 +11,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_BINARY_DIR}/confi include_directories(${CMAKE_BINARY_DIR}) set(HEADERS - config.h ) set(SOURCES @@ -35,5 +34,3 @@ set(SOURCES ) simgear_component(udns 3rdparty/udns "${SOURCES}" "${HEADERS}") -#simgear_component(utf8-internal 3rdparty/utf8/utf8 "" "${HEADERS_utf8}") -