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

Stop setting C++ standard flags manually #2251

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Stop setting C++ standard flags manually #2251

merged 1 commit into from
Nov 3, 2023

Conversation

AdrianBunk
Copy link
Contributor

Commit 717d069 does now enforce C++14 in any case.

@ahojnnes This is basically a revert of commit 3a2ae37 and commit 2bc8182.

If compilation with compilers not supporting C++14 might still work, removing the CMAKE_CXX_STANDARD_REQUIRED added in commit 717d069 would automatically downgrade to the highest C++ version supported by the compiler.

Commit 717d069 does now enforce C++14 in any case.
@ahojnnes ahojnnes merged commit b935e5f into colmap:main Nov 3, 2023
11 checks passed
borovik135 pushed a commit to borovik135/colmap that referenced this pull request Nov 6, 2023
Commit 717d069 does now enforce C++14 in any case.
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