diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-24 14:00:26 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-24 14:00:26 (GMT) |
commit | 8a6e2bb81d9ea372d873aa4f13edbc36d3a7826a (patch) | |
tree | cb68f227865f02b528a9dc314dbb5f4bf228e5fc /Source/CPack/cmCPackGenericGenerator.h | |
parent | 8240cc006f938f855f8edc004256f58b1d369d30 (diff) | |
download | CMake-8a6e2bb81d9ea372d873aa4f13edbc36d3a7826a.zip CMake-8a6e2bb81d9ea372d873aa4f13edbc36d3a7826a.tar.gz CMake-8a6e2bb81d9ea372d873aa4f13edbc36d3a7826a.tar.bz2 |
ENH: determine the current system also in cpack, so the search paths are
loaded
Additionally the makefile in cmCPackGenericGenerator is now protected
instead of private, so with these two changes the cpack generators should
now be able to find their tools and how to call these tools from cmake
scripts, instead of hardcoding the search order and command line (as done
e.g. in cmCPackZIPGenerator.cxx)
Alex
Diffstat (limited to 'Source/CPack/cmCPackGenericGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackGenericGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenericGenerator.h b/Source/CPack/cmCPackGenericGenerator.h index f01188b..f5df78e 100644 --- a/Source/CPack/cmCPackGenericGenerator.h +++ b/Source/CPack/cmCPackGenericGenerator.h @@ -130,8 +130,7 @@ protected: cmCPackLog* Logger; -private: - cmMakefile* MakefileMap; + cmMakefile* Makefile; }; #endif |