Skip to content

cmake: Ensure WITH_DECIMAL_CONTEXTVAR warning check is reported when expected #415

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

Merged

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented Jun 2, 2025

Fixes the following warning:

CMake Warning (dev) at CMakeLists.txt:466 (message):
  WITH_DECIMAL_CONTEXTVAR option is *NOT* supported with Python < 3.8.
  Current version is 3.7.17
This warning is for project developers.  Use -Wno-dev to suppress it.

Working toward addressing:

…expected

Fixes the following warning:

```
CMake Warning (dev) at CMakeLists.txt:466 (message):
  WITH_DECIMAL_CONTEXTVAR option is *NOT* supported with Python < 3.8.
  Current version is 3.7.17
This warning is for project developers.  Use -Wno-dev to suppress it.
```
@jcfr jcfr enabled auto-merge (rebase) June 2, 2025 18:04
@jcfr jcfr merged commit 62a8c67 into python-cmake-buildsystem:master Jun 2, 2025
23 of 24 checks passed
@jcfr jcfr deleted the fix-python-3.7-cmake-warning branch June 2, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant