You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/02 00:18:50 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12682: [Bugfix][CMake] Update the minimum CMake version to 3.18

driazati commented on code in PR #12682:
URL: https://github.com/apache/tvm/pull/12682#discussion_r961193173


##########
CMakeLists.txt:
##########
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.18)

Review Comment:
   can you also update the requirements in `install/from_source.rst` to match?



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org