summaryrefslogtreecommitdiff
path: root/Source/cmLinkItem.h
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2016-02-03 23:22:38 +0100
committerBrad King <brad.king@kitware.com>2016-02-04 10:57:02 -0500
commit58a4a7713233bebb5feca5985d0850d170703122 (patch)
treef4390f0954b122a50b844eb9c2baad6410a6071c /Source/cmLinkItem.h
parenta5a5a6857241c21d306661d723b749839f4c6e1a (diff)
downloadcmake-58a4a7713233bebb5feca5985d0850d170703122.tar.gz
Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r--Source/cmLinkItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h
index b603bcc2a3..561293ee79 100644
--- a/Source/cmLinkItem.h
+++ b/Source/cmLinkItem.h
@@ -73,7 +73,7 @@ struct cmLinkInterface: public cmLinkInterfaceLibraries
// Number of repetitions of a strongly connected component of two
// or more static libraries.
- int Multiplicity;
+ unsigned int Multiplicity;
// Libraries listed for other configurations.
// Needed only for OLD behavior of CMP0003.