Skip to content

Commit

Permalink
feat(utils): add abseil as thirdparty
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingwei committed Nov 8, 2023
1 parent a8d817f commit c956947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,6 @@ ExternalProject_Add(http-parser
ExternalProject_Add(abseil
URL https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.zip
URL_MD5 5c6193dbc82834f8e762c6a28c9cc615
-DABSL_FIND_GOOGLETEST=OFF
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${TP_OUTPUT}
-DABSL_FIND_GOOGLETEST=OFF
)

0 comments on commit c956947

Please sign in to comment.