You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is itself redundant with target_compile_features, as this function already check if the feature is supported by the compiler, as show in this example:
CMake Error at CMakeLists.txt:154 (target_compile_features):
target_compile_features The compiler feature "cxx_std_23" is not known to
CXX compiler
"GNU"
version 10.4.0.
The text was updated successfully, but these errors were encountered:
This check:
xeus-cookiecutter/{{cookiecutter.github_project_name}}/CMakeLists.txt
Line 115 in 0086213
Seems to be redundant with this one:
xeus-cookiecutter/{{cookiecutter.github_project_name}}/CMakeLists.txt
Line 177 in 0086213
Which is itself redundant with
target_compile_features
, as this function already check if the feature is supported by the compiler, as show in this example:The text was updated successfully, but these errors were encountered: