]> git.mxchange.org Git - simgear.git/commitdiff
Fix broken build/install with DNS enabled
authorTorsten Dreyer <torsten@t3r.de>
Thu, 28 Apr 2016 08:50:15 +0000 (10:50 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Thu, 28 Apr 2016 08:50:15 +0000 (10:50 +0200)
3rdparty/udns/CMakeLists.txt

index 2bccfb98ee654a14c25f72347bc030299941ec66..c309229779ef7ff09913802db11c31b1b8929a1d 100644 (file)
@@ -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}")
-