diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-05-14 18:26:15 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-05-14 18:26:15 (GMT) |
commit | 6ba055bacdce1cdf7a74008b980440027f275d94 (patch) | |
tree | 7f87b68f65c72a058dfd4cf544409fef0f7ecba9 /Source/CPack/cmCPackNSISGenerator.h | |
parent | 75c0304a9ee646c8a408f713477fa3522ab1e8a8 (diff) | |
download | CMake-6ba055bacdce1cdf7a74008b980440027f275d94.zip CMake-6ba055bacdce1cdf7a74008b980440027f275d94.tar.gz CMake-6ba055bacdce1cdf7a74008b980440027f275d94.tar.bz2 |
CPack add easy possibility to warn about CPACK_SET_DESTDIR
CPackNSIS will only warn but sooner or later it should error out
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h index 7bccb89..c2987d0 100644 --- a/Source/CPack/cmCPackNSISGenerator.h +++ b/Source/CPack/cmCPackNSISGenerator.h @@ -44,6 +44,7 @@ protected: bool GetListOfSubdirectories(const char* dir, std::vector<std::string>& dirs); + enum cmCPackGenerator::CPackSetDestdirSupport SupportsSetDestdir() const; virtual bool SupportsComponentInstallation() const; /// Produce a string that contains the NSIS code to describe a |