Jimexist commented on code in PR #2588:
URL: https://github.com/apache/thrift/pull/2588#discussion_r970672765


##########
build/cmake/DefineOptions.cmake:
##########
@@ -116,11 +116,12 @@ CMAKE_DEPENDENT_OPTION(BUILD_NODEJS "Build NodeJS 
library" ON
                        "BUILD_LIBRARIES;WITH_NODEJS" OFF)
 
 # Python
-option(WITH_PYTHON "Build Python Thrift library" ON)
+option(WITH_PY3 "Build Python Thrift library" ON)
+set(Python_ADDITIONAL_VERSIONS 3.6 3.7 3.8 3.9 3.10)

Review Comment:
   ```suggestion
   set(Python_ADDITIONAL_VERSIONS 3.7 3.8 3.9 3.10)
   ```



-- 
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]

Reply via email to