"...text-generation-inference.git" did not exist on "3c373dcc53a499c2f902b88bcfcea9e0525cf0f5"
Unverified Commit a98e17e5 authored by xkszltl's avatar xkszltl Committed by GitHub
Browse files

Require CMP0053=New. (#2739)

This is to workaround CMake 3.18.3 bug with a bad regex, which happens to be valid with new parser.
Since probably any distro with CMake 3 won't stuck with 3.0, there shall be no real impact with this increase.
Fix https://github.com/pytorch/vision/issues/2701
parent e70c91a9
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.1)
project(torchvision)
set(CMAKE_CXX_STANDARD 14)
set(TORCHVISION_VERSION 0.7.0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment