Skip to content

Commit

Permalink
Require CMP0053=New. (#2739)
Browse files Browse the repository at this point in the history
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 #2701
  • Loading branch information
xkszltl authored Oct 1, 2020
1 parent e70c91a commit a98e17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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)
Expand Down

0 comments on commit a98e17e

Please sign in to comment.