acelyc111 commented on code in PR #1675:
URL: 
https://github.com/apache/incubator-pegasus/pull/1675#discussion_r1386166152


##########
thirdparty/CMakeLists.txt:
##########
@@ -409,3 +409,10 @@ ExternalProject_Add(http-parser
         INSTALL_COMMAND cp -R http_parser.h 
${TP_OUTPUT}/include/nodejs/http_parser.h
         BUILD_IN_SOURCE 1
         )
+
+ExternalProject_Add(abseil
+        URL 
https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.zip
+        URL_MD5 5c6193dbc82834f8e762c6a28c9cc615
+        CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${TP_OUTPUT}
+       -DABSL_FIND_GOOGLETEST=OFF

Review Comment:
   Use spaces instead of tabs.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to