jmalkin commented on code in PR #23: URL: https://github.com/apache/datasketches-python/pull/23#discussion_r1442201724
########## CMakeLists.txt: ########## @@ -115,7 +116,7 @@ cmake_policy(SET CMP0097 NEW) include(ExternalProject) ExternalProject_Add(datasketches GIT_REPOSITORY https://github.com/apache/datasketches-cpp.git - GIT_TAG 5.0.0 + GIT_TAG master Review Comment: Oh, good catch. KLL needed the fix in 5.0.1 so need to flip it back to that. -- 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]
