summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2016-02-03 22:22:38 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-04 15:57:02 (GMT)
commit58a4a7713233bebb5feca5985d0850d170703122 (patch)
treef4390f0954b122a50b844eb9c2baad6410a6071c /Source/cmGeneratorTarget.h
parenta5a5a6857241c21d306661d723b749839f4c6e1a (diff)
downloadCMake-58a4a7713233bebb5feca5985d0850d170703122.zip
CMake-58a4a7713233bebb5feca5985d0850d170703122.tar.gz
CMake-58a4a7713233bebb5feca5985d0850d170703122.tar.bz2
Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index d96a32c..65c29f5 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -599,7 +599,7 @@ private:
{
ImportInfo(): NoSOName(false), Multiplicity(0) {}
bool NoSOName;
- int Multiplicity;
+ unsigned int Multiplicity;
std::string Location;
std::string SOName;
std::string ImportLibrary;