summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-06 14:29:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-04-06 14:29:38 (GMT)
commit607b0ac2f3be1cbe7a0d8acbc711836935d5e3d6 (patch)
tree4a80d4330d28dc8d42aa3e44a936c13799bc1e0e /Source/cmVisualStudio10TargetGenerator.h
parent5454b41e1b95d154c4f6a0c1f191a4e794765d95 (diff)
parentacda926a047c5958af32fd6f88dd184f5d769319 (diff)
downloadCMake-607b0ac2f3be1cbe7a0d8acbc711836935d5e3d6.zip
CMake-607b0ac2f3be1cbe7a0d8acbc711836935d5e3d6.tar.gz
CMake-607b0ac2f3be1cbe7a0d8acbc711836935d5e3d6.tar.bz2
Merge topic 'minor-cleanups'
acda926a04 Replace some uses of sprintf with std::to_string 418541035f cmCTestCurl: Fix UploadFile declared parameter names 1519628e60 cmVisualStudio10TargetGenerator: Make NsightTegraVersion unsigned 2f87d00803 cmMacroCommand: Fix format string to match type of argument b0676cc5d4 Add in-class initialization of some members 966dba5b68 cmAlgorithms: Remove unnecessary typename keyword 12a145534a gitignore: Ignore a .vs directory in the source tree Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1932
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 4df03b6..3c53d1b 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -204,7 +204,7 @@ private:
bool MSTools;
bool Managed;
bool NsightTegra;
- int NsightTegraVersion[4];
+ unsigned int NsightTegraVersion[4];
bool TargetCompileAsWinRT;
cmGlobalVisualStudio10Generator* const GlobalGenerator;
cmGeneratedFileStream* BuildFileStream;