From d0e39351f992e0c6b372db9a49591d9b11c7ca4a Mon Sep 17 00:00:00 2001 From: yujingwei Date: Mon, 20 Nov 2023 21:21:27 +0800 Subject: [PATCH] feat(thirdparty): introduce gssapi into http client --- thirdparty/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index d5b74265c3..8645ee1a1c 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -418,7 +418,6 @@ ExternalProject_Add(abseil https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.zip URL_MD5 5c6193dbc82834f8e762c6a28c9cc615 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${TP_OUTPUT} - -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DABSL_FIND_GOOGLETEST=OFF -DCMAKE_CXX_STANDARD=14 )