diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-13 19:18:27 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-13 19:18:27 (GMT) |
commit | c53b26baf26bdb465fbbe003b9e184b66ee22d7a (patch) | |
tree | 0146deb8afa5277002a511f1a519477d1f2035e7 /Source/cmCPluginAPI.cxx | |
parent | 5891ba16ce5cec9ed81468da4d07f1513de756ee (diff) | |
download | CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.zip CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.gz CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.bz2 |
ENH: some more cleanup
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r-- | Source/cmCPluginAPI.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index 26e8275..fc442a1 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -236,7 +236,7 @@ void CCONV cmAddUtilityCommand(void *arg, const char* utilityName, } // Pass the call to the makefile instance. - mf->AddUtilityCommand(utilityName, (all ? true : false), + mf->AddUtilityCommand(utilityName, (all ? false : true), 0, depends2, commandLines); } void CCONV cmAddCustomCommand(void *arg, const char* source, |