summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackRPMGenerator.h
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2010-11-15 19:54:19 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2010-11-15 19:54:19 (GMT)
commit66e86b4770dcda3b5e79776c4cda6e60646189f1 (patch)
tree8c3ba93992572f2f5200a3a1c442acbbbcec36ff /Source/CPack/cmCPackRPMGenerator.h
parent2c84d169b36b1b8713517a8d8799b82dbf59725a (diff)
downloadCMake-66e86b4770dcda3b5e79776c4cda6e60646189f1.zip
CMake-66e86b4770dcda3b5e79776c4cda6e60646189f1.tar.gz
CMake-66e86b4770dcda3b5e79776c4cda6e60646189f1.tar.bz2
CPack fix kwstyle breakage and make CPackRPM backward compatible
backward compatible= No componentized RPM unless requested using CPACK_RPM_COMP0NENT_INSTALL
Diffstat (limited to 'Source/CPack/cmCPackRPMGenerator.h')
-rw-r--r--Source/CPack/cmCPackRPMGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackRPMGenerator.h b/Source/CPack/cmCPackRPMGenerator.h
index 9063ea7..57d5cca 100644
--- a/Source/CPack/cmCPackRPMGenerator.h
+++ b/Source/CPack/cmCPackRPMGenerator.h
@@ -39,7 +39,7 @@ protected:
virtual int InitializeInternal();
virtual int PackageFiles();
virtual const char* GetOutputExtension() { return ".rpm"; }
- virtual bool SupportsComponentInstallation() const {return true;}
+ virtual bool SupportsComponentInstallation() const;
};