ソースを参照

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)