diff options
author | Brad King <brad.king@kitware.com> | 2019-07-23 11:29:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-23 11:29:11 (GMT) |
commit | 6f476a41697eab23c46a33d93f5a17138c79dad2 (patch) | |
tree | c3bba922e5fcbca82363da7f9af302904a56eeb7 /Source/CMakeLists.txt | |
parent | 75c99bfb219028871fc69c239e3ebc19aa344c6e (diff) | |
parent | dfaa87f1b3335b2e80f68726fd5e1b3bbd87d667 (diff) | |
download | CMake-6f476a41697eab23c46a33d93f5a17138c79dad2.zip CMake-6f476a41697eab23c46a33d93f5a17138c79dad2.tar.gz CMake-6f476a41697eab23c46a33d93f5a17138c79dad2.tar.bz2 |
Merge topic 'command-refactoring3'
dfaa87f1b3 cmState: Support BuiltinCommands as free functions
28f2d12a05 cmCommand: De-virtualize function InvokeInitialPass
de77d355ac cmState: Add scripted commands by value
0101ace131 cmUnexpectedCommand: Replace with lambda expression
015001aaf1 cmState: Hold commands by value
1eebc29563 cmCommand: deprecate functions GetMakefile and SetError
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3574
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 0316532..8117916 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -662,8 +662,6 @@ set(SRCS cmTryCompileCommand.h cmTryRunCommand.cxx cmTryRunCommand.h - cmUnexpectedCommand.cxx - cmUnexpectedCommand.h cmUnsetCommand.cxx cmUnsetCommand.h cmUseMangledMesaCommand.cxx |