Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Use
set_target_properties
to set C++ standard
This stops dependencies from inheriting a global C++20 standard setting and instead designates the flycast target alone to be a C++20 project.
- Loading branch information