[Cmake-commits] CMake branch, next, updated. v2.8.2-289-gef63356
Alexander Neundorf
neundorf at kde.org
Tue Jul 27 16:49:56 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via ef633563768642d25c25c7b9028cb5bcaade8574 (commit)
via 44ae8bd9ee036be28ff1c4792ff3c031bdde8fe3 (commit)
from b229eef04aa04449ac4719285972e8a35a5e7f70 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef633563768642d25c25c7b9028cb5bcaade8574
commit ef633563768642d25c25c7b9028cb5bcaade8574
Merge: b229eef 44ae8bd
Author: Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 27 22:48:22 2010 +0200
Commit: Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Jul 27 22:48:22 2010 +0200
Merge branch 'FixTypoInMacroAddFileDependencies' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44ae8bd9ee036be28ff1c4792ff3c031bdde8fe3
commit 44ae8bd9ee036be28ff1c4792ff3c031bdde8fe3
Author: Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Jul 27 22:47:18 2010 +0200
Commit: Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Jul 27 22:47:18 2010 +0200
-fix typo in docs of deprecated MacroAddFileDependencies.cmake
Patch on the mailing list by Serge Ziryukin.
Alex
diff --git a/Modules/MacroAddFileDependencies.cmake b/Modules/MacroAddFileDependencies.cmake
index e4a82d1..785352e 100644
--- a/Modules/MacroAddFileDependencies.cmake
+++ b/Modules/MacroAddFileDependencies.cmake
@@ -1,6 +1,6 @@
# - MACRO_ADD_FILE_DEPENDENCIES(<_file> depend_files...)
# Using the macro MACRO_ADD_FILE_DEPENDENCIES() is discouraged. There are usually
-# better ways to specifiy the correct dependencies.
+# better ways to specify the correct dependencies.
#
# MACRO_ADD_FILE_DEPENDENCIES(<_file> depend_files...) is just a convenience
# wrapper around the OBJECT_DEPENDS source file property. You can just
-----------------------------------------------------------------------
Summary of changes:
Modules/MacroAddFileDependencies.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list