summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-07-02 19:38:02 (GMT)
committerBrad King <brad.king@kitware.com>2001-07-02 19:38:02 (GMT)
commite693d47253157c9372aeb7c2edbecef8d1fb6225 (patch)
tree296e6789a8596e112f2139b13e71b53219309bd0 /Source/cmDSPWriter.h
parentae2723878e08a8aa016869e90711e260d981df38 (diff)
downloadCMake-e693d47253157c9372aeb7c2edbecef8d1fb6225.zip
CMake-e693d47253157c9372aeb7c2edbecef8d1fb6225.tar.gz
CMake-e693d47253157c9372aeb7c2edbecef8d1fb6225.tar.bz2
ENH: Added support for selection of static/shared build on a per-library basis.
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r--Source/cmDSPWriter.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h
index 7190785..0182e1a 100644
--- a/Source/cmDSPWriter.h
+++ b/Source/cmDSPWriter.h
@@ -64,12 +64,6 @@ public:
*/
void SetBuildType(BuildType,const char *name);
- BuildType GetLibraryBuildType()
- {
- return m_LibraryBuildType;
- }
-
-
/**
* Return array of created DSP names in a STL vector.
* Each executable must have its own dsp.
@@ -113,7 +107,6 @@ private:
std::string m_IncludeOptions;
cmMakefile* m_Makefile;
- BuildType m_LibraryBuildType;
std::vector<std::string> m_Configurations;
};