diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-28 22:50:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-28 22:50:15 (GMT) |
commit | af30fe67458fd26054696ce018f7ae6faaebcca4 (patch) | |
tree | f85d75d8c8f1f4973f200075545584f81d2f04ab /Source/cmDSPWriter.cxx | |
parent | d0a8794746f6de026f1c69652cd09caf8be9cfab (diff) | |
download | CMake-af30fe67458fd26054696ce018f7ae6faaebcca4.zip CMake-af30fe67458fd26054696ce018f7ae6faaebcca4.tar.gz CMake-af30fe67458fd26054696ce018f7ae6faaebcca4.tar.bz2 |
BUG: fix circular depends on libraries and remove depends for static libraries
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r-- | Source/cmDSPWriter.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 87ee5c3..0a1525a 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -261,6 +261,7 @@ void cmDSPMakefile::WriteDSPEndGroup(std::ostream& fout) void cmDSPMakefile::SetBuildType(BuildType b) { + m_BuildType = b; switch(b) { case STATIC_LIBRARY: |