mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9
A hotfix to Nsight Tegra 2.0 needed to increase the project number. Teach CMake to generate the newer number for this version.
This commit is contained in:
committed by
Brad King
parent
54ff77dc62
commit
bb3c87f1da
@@ -326,9 +326,9 @@ void cmVisualStudio10TargetGenerator::Generate()
|
||||
this->WriteString("<PropertyGroup Label=\"NsightTegraProject\">\n", 1);
|
||||
if(this->NsightTegraVersion[0] >= 2)
|
||||
{
|
||||
// Nsight Tegra 2.0 uses project revision 8.
|
||||
// Nsight Tegra 2.0 uses project revision 9.
|
||||
this->WriteString("<NsightTegraProjectRevisionNumber>"
|
||||
"8"
|
||||
"9"
|
||||
"</NsightTegraProjectRevisionNumber>\n", 2);
|
||||
// Tell newer versions to upgrade silently when loading.
|
||||
this->WriteString("<NsightTegraUpgradeOnceWithoutPrompt>"
|
||||
|
||||
Reference in New Issue
Block a user