[Cmake-commits] CMake branch, next, updated. v2.8.2-545-g6b82b4d

Philip Lowman philip at yhbt.com
Thu Aug 26 00:17:58 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  6b82b4dea801d7012f34374868cbb871acf2ddd3 (commit)
       via  a53b47a77c100a2081042d6711e2de95f28ec7ee (commit)
      from  7485a2c94938a83187ea938ac6ebb690f7990abf (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=6b82b4dea801d7012f34374868cbb871acf2ddd3
commit 6b82b4dea801d7012f34374868cbb871acf2ddd3
Merge: 7485a2c a53b47a
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Aug 26 00:17:57 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 26 00:17:57 2010 -0400

    Merge topic 'FindBison_10241' into next
    
    a53b47a 10241: FindBISON.cmake clears wrong variable


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a53b47a77c100a2081042d6711e2de95f28ec7ee
commit a53b47a77c100a2081042d6711e2de95f28ec7ee
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Aug 19 21:49:29 2010 -0400
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Thu Aug 19 21:50:31 2010 -0400

    10241: FindBISON.cmake clears wrong variable

diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake
index 0c622fb..6021b12 100644
--- a/Modules/FindBISON.cmake
+++ b/Modules/FindBISON.cmake
@@ -96,7 +96,7 @@ IF(BISON_EXECUTABLE)
   #
   MACRO(BISON_TARGET Name BisonInput BisonOutput)
     SET(BISON_TARGET_output_header "")
-    SET(BISON_TARGET_command_opt "")
+    SET(BISON_TARGET_cmdopt "")
     SET(BISON_TARGET_outputs "${BisonOutput}")
     IF(NOT ${ARGC} EQUAL 3 AND NOT ${ARGC} EQUAL 5 AND NOT ${ARGC} EQUAL 7)
       MESSAGE(SEND_ERROR "Usage")

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list