Skip to content

CMake: Fix required C++ standard#122

Merged
timblechmann merged 1 commit intoboostorg:developfrom
Flamefire:cmake-cxxstd
Sep 6, 2025
Merged

CMake: Fix required C++ standard#122
timblechmann merged 1 commit intoboostorg:developfrom
Flamefire:cmake-cxxstd

Conversation

@Flamefire
Copy link
Contributor

cxx_std_14 is only available since CMake 3.8
The CXX_STANDARD_REQUIRED property is a boolean, i.e. ON or OFF not a numeric value. The feature is enough to require the standard already

In the test the specification is not required as the library sets it

cxx_std_14 is only available since CMake 3.8
The CXX_STANDARD_REQUIRED property is a boolean, i.e. ON or OFF not a numeric value. The feature is enough to require the standard already

In the test the specification is not required as the library sets it
@timblechmann timblechmann merged commit 1a5af26 into boostorg:develop Sep 6, 2025
35 of 41 checks passed
@timblechmann
Copy link
Collaborator

thanks!

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.

2 participants