diff options
author | Christoph GrĂ¼ninger <foss@grueninger.de> | 2016-02-03 22:22:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-04 15:57:02 (GMT) |
commit | 58a4a7713233bebb5feca5985d0850d170703122 (patch) | |
tree | f4390f0954b122a50b844eb9c2baad6410a6071c /Source/cmLinkItem.h | |
parent | a5a5a6857241c21d306661d723b749839f4c6e1a (diff) | |
download | CMake-58a4a7713233bebb5feca5985d0850d170703122.zip CMake-58a4a7713233bebb5feca5985d0850d170703122.tar.gz CMake-58a4a7713233bebb5feca5985d0850d170703122.tar.bz2 |
Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r-- | Source/cmLinkItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h index b603bcc..561293e 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. |