We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b272c commit 6e998a0Copy full SHA for 6e998a0
templates/cmake.mpd
@@ -80,7 +80,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_<%uc(configuration)%> <%env_libout%>)
80
<%endif%>
81
82
<%if(languagestandard)%>
83
-target_compile_features(${target} PUBLIC "cxx_std_<%languagestandard%>")
+target_compile_features(${PROJECT_TARGET_<%uc(normalize(project_name))%>} PUBLIC "cxx_std_<%languagestandard%>")
84
85
86
<%if(compile_flags)%>
0 commit comments