summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackPackageMakerGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-03 20:04:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-03 20:04:28 (GMT)
commitce51e361fe4d53ba775636849880350898467002 (patch)
tree144837354eff8963478fb25ab1c00a15369c4ab4 /Source/CPack/cmCPackPackageMakerGenerator.h
parent49c0a4b52af4ca2cd7361f253bd387d812b43aa3 (diff)
downloadCMake-ce51e361fe4d53ba775636849880350898467002.zip
CMake-ce51e361fe4d53ba775636849880350898467002.tar.gz
CMake-ce51e361fe4d53ba775636849880350898467002.tar.bz2
ENH: Check package maker version
Diffstat (limited to 'Source/CPack/cmCPackPackageMakerGenerator.h')
-rw-r--r--Source/CPack/cmCPackPackageMakerGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackPackageMakerGenerator.h b/Source/CPack/cmCPackPackageMakerGenerator.h
index e56201f..d44b5af 100644
--- a/Source/CPack/cmCPackPackageMakerGenerator.h
+++ b/Source/CPack/cmCPackPackageMakerGenerator.h
@@ -51,6 +51,8 @@ protected:
bool CopyCreateResourceFile(const char* name);
bool CopyResourcePlistFile(const char* name);
+
+ float PackageMakerVersion;
};
#endif