summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 15:03:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 15:03:24 (GMT)
commitea5564624c3305b7a05a0aad3d93cb1f900e37d4 (patch)
tree8d045ced710380ea449f315929f08ac17b3129f1 /Source/cmMakefile.cxx
parentf1fb182270b21cf972866f159801a9aa2a1fd689 (diff)
downloadCMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.zip
CMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.tar.gz
CMake-ea5564624c3305b7a05a0aad3d93cb1f900e37d4.tar.bz2
ENH: Add a notion of a global target
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c4dffc2..566265d 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1056,6 +1056,7 @@ void cmMakefile::AddGlobalLinkInformation(const char* name, cmTarget& target)
switch(target.GetType())
{
case cmTarget::UTILITY:
+ case cmTarget::GLOBAL_TARGET:
case cmTarget::INSTALL_FILES:
case cmTarget::INSTALL_PROGRAMS:
return;