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

build: avoid modifying user controlled flags #28929

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

compnerd
Copy link
Collaborator

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

`CMAKE_CXX_FLAGS` is meant to be user-controlled.  Use modern CMake
techniques to avoid modifying the `CMAKE_CXX_FLAGS` now that we use a
sufficiently modern CMake on all platforms.
We use a newer CMake on all the build targets now, so remove the
compatibility shim.
@compnerd
Copy link
Collaborator Author

@swift-ci please test

@compnerd
Copy link
Collaborator Author

@swift-ci please test Windows platform

1 similar comment
@compnerd
Copy link
Collaborator Author

compnerd commented Jan 3, 2020

@swift-ci please test Windows platform

@compnerd
Copy link
Collaborator Author

compnerd commented Jan 3, 2020

@swift-ci please clean test Windows platform

@shahmishal
Copy link
Member

Please update the base branch to main by Oct 5th otherwise the pull request will be closed automatically.

  • How to change the base branch: (Link)
  • More detail about the branch update: (Link)

@compnerd compnerd changed the base branch from master to main October 5, 2020 20:57
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.

None yet

2 participants