mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 19:28:37 -06:00
minor fix
This commit is contained in:
@@ -263,7 +263,7 @@ void cmDSPWriter::WriteDSPFile(std::ostream& fout,
|
||||
std::string source = cc->first;
|
||||
const cmSourceGroup::Commands& commands = cc->second;
|
||||
|
||||
if (source != libName)
|
||||
if (source != libName || target.GetType() == cmTarget::UTILITY)
|
||||
{
|
||||
fout << "# Begin Source File\n\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user