summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-24 14:00:26 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-24 14:00:26 (GMT)
commit8a6e2bb81d9ea372d873aa4f13edbc36d3a7826a (patch)
treecb68f227865f02b528a9dc314dbb5f4bf228e5fc /Source/CPack/cmCPackGenericGenerator.h
parent8240cc006f938f855f8edc004256f58b1d369d30 (diff)
downloadCMake-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.h3
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