We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an xmake project with:
set_languages("c++17")
Create a CMakeLists.txt project file with xmake:
xmake project -k cmake
The resulting CMakeLists.txt does not have the language standard set for the target, eg:
target_compile_features(my_target PRIVATE cxx_std_17)
The text was updated successfully, but these errors were encountered:
I have supported it on dev branch. You can try it again.
Sorry, something went wrong.
That's it fixed, thanks!
No branches or pull requests
Create an xmake project with:
Create a CMakeLists.txt project file with xmake:
The resulting CMakeLists.txt does not have the language standard set for the target, eg:
The text was updated successfully, but these errors were encountered: