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 cmake 3.18, make policy conditional #1303

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

ngimel
Copy link
Contributor

@ngimel ngimel commented Mar 8, 2023

According to https://cmake.org/cmake/help/v3.0/manual/cmake-policies.7.html, just setting policy shouldn't require changing minimum required CMake version (moreover, setting minimum cmake version by default sets all new policies to True)
cc @malfet

@ngimel ngimel requested a review from ptillet as a code owner March 8, 2023 19:46
Copy link
Collaborator

@malfet malfet left a comment

Choose a reason for hiding this comment

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

Thank you for proposing the change, do you mind including reference to https://cmake.org/cmake/help/v3.0/manual/cmake-policies.7.html documentation in PR description

@ptillet ptillet merged commit 9e6346e into triton-lang:main Mar 8, 2023
malfet pushed a commit that referenced this pull request Mar 9, 2023
According to
https://cmake.org/cmake/help/v3.0/manual/cmake-policies.7.html, just
setting policy shouldn't require changing minimum required CMake version
(moreover, setting minimum cmake version by default sets all new
policies to True)
cc @malfet

(cherry picked from commit 9e6346e)
rkindi pushed a commit to rkindi/triton that referenced this pull request Apr 6, 2023
According to
https://cmake.org/cmake/help/v3.0/manual/cmake-policies.7.html, just
setting policy shouldn't require changing minimum required CMake version
(moreover, setting minimum cmake version by default sets all new
policies to True)
cc @malfet
pingzhuu pushed a commit to siliconflow/triton that referenced this pull request Apr 2, 2024
According to
https://cmake.org/cmake/help/v3.0/manual/cmake-policies.7.html, just
setting policy shouldn't require changing minimum required CMake version
(moreover, setting minimum cmake version by default sets all new
policies to True)
cc @malfet
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.

3 participants