[Cmake-commits] CMake branch, next, updated. v2.8.3-816-g535022e

Alexander Neundorf neundorf at kde.org
Sun Dec 12 08:46:30 EST 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  535022eebeab876ada2399071e6541f85a6372b0 (commit)
       via  3ce00499d4471ba2b294bea074aea872f91c741f (commit)
      from  25546df6c7a0f5120b2dcc2af99b4ddcbf6dbf71 (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=535022eebeab876ada2399071e6541f85a6372b0
commit 535022eebeab876ada2399071e6541f85a6372b0
Merge: 25546df 3ce0049
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Sun Dec 12 08:46:18 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Dec 12 08:46:18 2010 -0500

    Merge topic 'FixDocTypoInFindFLEX' into next
    
    3ce0049 Fix typos in the doc


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3ce00499d4471ba2b294bea074aea872f91c741f
commit 3ce00499d4471ba2b294bea074aea872f91c741f
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Tue Dec 7 21:13:25 2010 +0100
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Tue Dec 7 21:13:25 2010 +0100

    Fix typos in the doc
    
    Alex

diff --git a/Modules/FindFLEX.cmake b/Modules/FindFLEX.cmake
index 272cdc7..ff6b085 100644
--- a/Modules/FindFLEX.cmake
+++ b/Modules/FindFLEX.cmake
@@ -36,8 +36,8 @@
 #   find_package(BISON)
 #   find_package(FLEX)
 #
-#   BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp
-#   FLEX_TARGET(MyScanner lexer.l  ${CMAKE_CURRENT_BIANRY_DIR}/lexer.cpp)
+#   BISON_TARGET(MyParser parser.y ${CMAKE_CURRENT_BINARY_DIR}/parser.cpp)
+#   FLEX_TARGET(MyScanner lexer.l  ${CMAKE_CURRENT_BINARY_DIR}/lexer.cpp)
 #   ADD_FLEX_BISON_DEPENDENCY(MyScanner MyParser)
 #
 #   include_directories(${CMAKE_CURRENT_BINARY_DIR})

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindFLEX.cmake |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list