Browse Source

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.
Dmitry Polyanitsa 11 years ago
parent
commit
bb3c87f1da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/cmVisualStudio10TargetGenerator.cxx

+ 2 - 2
Source/cmVisualStudio10TargetGenerator.cxx

@@ -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>"