summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-27 08:59:59 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-07-27 08:59:59 -0400
commitd6a0c330bc2087eb5007d4b6b056e573220dc590 (patch)
tree1413695a25b3348b79d3541c22029fb7b80bc3a3 /Source/cmake.h
parente2aeecc29440b906fad3d8964b169b62cdfef188 (diff)
downloadcmake-d6a0c330bc2087eb5007d4b6b056e573220dc590.tar.gz
ENH: deb generator can now generate deb packages
-remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index a089e953d4..c0b3cd0d91 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -197,6 +197,7 @@ class cmake
void AddCommand(cmCommand* );
void RenameCommand(const char* oldName, const char* newName);
void RemoveCommand(const char* name);
+ void RemoveUnscriptableCommands();
/**
* Get a command by its name