diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-14 18:05:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-14 18:05:40 (GMT) |
commit | 32fe8caaefba6d0ec8ea183ec87cedad29a660c0 (patch) | |
tree | 6f5f7d23badfe43db3d4870ea0ccf611d989f77d /Source/cmIncludeExternalMSProjectCommand.cxx | |
parent | c30e7771ee3678adad173903458d71972d77c1e7 (diff) | |
download | CMake-32fe8caaefba6d0ec8ea183ec87cedad29a660c0.zip CMake-32fe8caaefba6d0ec8ea183ec87cedad29a660c0.tar.gz CMake-32fe8caaefba6d0ec8ea183ec87cedad29a660c0.tar.bz2 |
bug fixes for external projects
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.cxx')
-rw-r--r-- | Source/cmIncludeExternalMSProjectCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.cxx b/Source/cmIncludeExternalMSProjectCommand.cxx index 20a6d8e..8c00895 100644 --- a/Source/cmIncludeExternalMSProjectCommand.cxx +++ b/Source/cmIncludeExternalMSProjectCommand.cxx @@ -48,7 +48,7 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> con utility_name += args[0]; m_Makefile->AddUtilityCommand(utility_name.c_str(), "echo", "\"Include external project\"", - false, name_and_location, depends); + true, name_and_location, depends); } #endif |