diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-16 14:01:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-16 14:01:13 (GMT) |
commit | 7b362bdb1f45699f5fc527f314e6433a8416eb52 (patch) | |
tree | 8b6886435d123c8ea95a6fc53d8c572e72c6ad7a /Source/cmMakefile.h | |
parent | e40aaa57c36387fdd8ecf6ffab0021a086dad969 (diff) | |
download | CMake-7b362bdb1f45699f5fc527f314e6433a8416eb52.zip CMake-7b362bdb1f45699f5fc527f314e6433a8416eb52.tar.gz CMake-7b362bdb1f45699f5fc527f314e6433a8416eb52.tar.bz2 |
fixed cable package issue
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index f72a6ed..fd12074 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -275,7 +275,7 @@ public: /** * Get the list of targets */ - const cmTargets &GetTargets() { return m_Targets; } + cmTargets &GetTargets() { return m_Targets; } /** * Get a list of the build subdirectories. |