Преглед изворни кода

Fix gh-2800, Disable URIPARSER by default

Renato Golin пре 13 година
родитељ
комит
908b911a70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cmake_modules/commonSetup.cmake

+ 1 - 1
cmake_modules/commonSetup.cmake

@@ -58,7 +58,7 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
   else()
     option(USE_LIBARCHIVE "Configure use of libarchive" ON)
   endif()
-  option(USE_URIPARSER "Configure use of uriparser" ON)
+  option(USE_URIPARSER "Configure use of uriparser" OFF)
   option(USE_NATIVE_LIBRARIES "Search standard OS locations for thirdparty libraries" ON)
   option(USE_GIT_DESCRIBE "Use git describe to generate build tag" ON)
   option(CHECK_GIT_TAG "Require git tag to match the generated build tag" OFF)