diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-09 10:38:12 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-09 10:38:12 (GMT) |
commit | 7553a3799a188594ee0bda46b18095479e3ee54b (patch) | |
tree | 808126f08fd75846182a2a83d88917341e86bd83 /Modules/CMakeClDeps.cmake | |
parent | 8b27a94f2879b3ea1c00e1e0e4bef7cc77fd2cb6 (diff) | |
download | CMake-7553a3799a188594ee0bda46b18095479e3ee54b.zip CMake-7553a3799a188594ee0bda46b18095479e3ee54b.tar.gz CMake-7553a3799a188594ee0bda46b18095479e3ee54b.tar.bz2 |
Ninja: fix ModuleNoticies test
Diffstat (limited to 'Modules/CMakeClDeps.cmake')
-rw-r--r-- | Modules/CMakeClDeps.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeClDeps.cmake b/Modules/CMakeClDeps.cmake index 9c49169..6815e2b 100644 --- a/Modules/CMakeClDeps.cmake +++ b/Modules/CMakeClDeps.cmake @@ -1,3 +1,4 @@ + #============================================================================= # Copyright 2012 Kitware, Inc. # @@ -8,6 +9,8 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the License for more information. #============================================================================= +# (To distribute this file outside of CMake, substitute the full +# License text for the above reference.) # # When using Ninja cl.exe is wrapped by cmcldeps to extract the included |