mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
VS: Fix typo in VS_SHADER_MODEL lookup comment
This commit is contained in:
@@ -1221,7 +1221,7 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(cmSourceFile const* sf)
|
||||
shaderEntryPoint = se;
|
||||
toolHasSettings = true;
|
||||
}
|
||||
// Figure out which entry point to use if any
|
||||
// Figure out which shader model to use if any
|
||||
if (const char* sm = sf->GetProperty("VS_SHADER_MODEL"))
|
||||
{
|
||||
shaderModel = sm;
|
||||
|
||||
Reference in New Issue
Block a user