|
@@ -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)
|