Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require CMP0053=New. #2739

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Require CMP0053=New. #2739

merged 1 commit into from
Oct 1, 2020

Conversation

xkszltl
Copy link
Contributor

@xkszltl xkszltl commented Oct 1, 2020

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

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 pytorch#2701
@xkszltl
Copy link
Contributor Author

xkszltl commented Oct 1, 2020

@fmassa

@codecov
Copy link

codecov bot commented Oct 1, 2020

Codecov Report

Merging #2739 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2739   +/-   ##
=======================================
  Coverage   73.05%   73.05%           
=======================================
  Files          96       96           
  Lines        8298     8298           
  Branches     1291     1291           
=======================================
  Hits         6062     6062           
  Misses       1838     1838           
  Partials      398      398           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e70c91a...4223062. Read the comment docs.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fmassa fmassa merged commit a98e17e into pytorch:master Oct 1, 2020
@xkszltl xkszltl deleted the cmake branch October 1, 2020 14:53
bryant1410 pushed a commit to bryant1410/vision-1 that referenced this pull request Nov 22, 2020
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 pytorch#2701
vfdev-5 pushed a commit to Quansight/vision that referenced this pull request Dec 4, 2020
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 pytorch#2701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMake Error at /usr/local/share/cmake-3.18/Modules/FindPython/Support.cmake:615 (if):
2 participants