summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx.in
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-19 21:17:10 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-21 16:14:51 (GMT)
commit4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86 (patch)
tree70734798cfea61f17dda417527ab04153c2f85bc /Source/cmCommands.cxx.in
parent608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 (diff)
downloadCMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.zip
CMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.tar.gz
CMake-4fb70919a57582e4ca7c2a9f6bc4f72b38f9af86.tar.bz2
Create all commands from a single function
Diffstat (limited to 'Source/cmCommands.cxx.in')
-rw-r--r--Source/cmCommands.cxx.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmCommands.cxx.in b/Source/cmCommands.cxx.in
deleted file mode 100644
index 9eddf30..0000000
--- a/Source/cmCommands.cxx.in
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
- file Copyright.txt or https://cmake.org/licensing for details. */
-#include "cmCommands.h"
-
-@COMMAND_INCLUDES@
-
-void GetPredefinedCommands(std::vector<cmCommand*>& commands)
-{
-@NEW_COMMANDS@
-}