]> git.mxchange.org Git - simgear.git/commitdiff
Enable DNS resolver code by default
authorTorsten Dreyer <torsten@t3r.de>
Tue, 3 May 2016 12:58:38 +0000 (14:58 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
CMakeLists.txt

index 51d6c4afd6a090f09113b80d9f3950f804e22f3c..e0d09808d9fcbf6c52d8b7b37ac04d5a6766b13f 100644 (file)
@@ -118,7 +118,7 @@ option(ENABLE_TESTS     "Set to OFF to disable building SimGear's test applicati
 option(ENABLE_SOUND     "Set to OFF to disable building SimGear's sound support" ON)
 option(ENABLE_PKGUTIL   "Set to ON to build the sg_pkgutil application (default)" ON)
 option(ENABLE_CURL      "Set to ON to use libCurl as the HTTP client backend" OFF)
-option(ENABLE_DNS       "Set to ON to use udns library and DNS service resolver" OFF)
+option(ENABLE_DNS       "Set to ON to use udns library and DNS service resolver" ON)
 
 if (MSVC)
   GET_FILENAME_COMPONENT(PARENT_DIR ${PROJECT_BINARY_DIR} PATH)