diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-22 09:58:10 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-22 09:58:10 -0400 |
commit | f7d4f27c2a378317fa382fc1813ba7cb31cbd839 (patch) | |
tree | ecdf2d72c79c335abe372f892c2d560b1b2b5758 /Source/cmAddLibraryCommand.h | |
parent | 1d9889c5d34d83b269697c0b09e840bf83066e6f (diff) | |
download | cmake-f7d4f27c2a378317fa382fc1813ba7cb31cbd839.tar.gz |
ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working
STYLE: fix line lengths and indentation, use enum as argument to AddLibrary() instead of int (which was initialized from a bool in some cases)
Alex
Diffstat (limited to 'Source/cmAddLibraryCommand.h')
-rw-r--r-- | Source/cmAddLibraryCommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmAddLibraryCommand.h b/Source/cmAddLibraryCommand.h index 497634ce5a..b128a08207 100644 --- a/Source/cmAddLibraryCommand.h +++ b/Source/cmAddLibraryCommand.h @@ -76,9 +76,6 @@ public: } cmTypeMacro(cmAddLibraryCommand, cmCommand); - -private: - std::string LibName; }; |