[Cmake-commits] CMake branch, next, updated. v2.8.9-1206-gd3328cb

Rolf Eike Beer eike at sf-mail.de
Wed Oct 24 14:58:53 EDT 2012


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  d3328cb775dbbbe63722accd2625b53a83702086 (commit)
       via  763cf0af6d4386ddfd8049cddb7cf17466bcf225 (commit)
      from  d102dcba4b7e801559e9b92089cf0db2b649da41 (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=d3328cb775dbbbe63722accd2625b53a83702086
commit d3328cb775dbbbe63722accd2625b53a83702086
Merge: d102dcb 763cf0a
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Oct 24 14:58:51 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 24 14:58:51 2012 -0400

    Merge topic 'test-major-version' into next
    
    763cf0a use CMakeParseArguments from the source tree


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=763cf0af6d4386ddfd8049cddb7cf17466bcf225
commit 763cf0af6d4386ddfd8049cddb7cf17466bcf225
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Oct 24 20:58:34 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed Oct 24 20:58:34 2012 +0200

    use CMakeParseArguments from the source tree
    
    CMake 2.8.2 and before do not have that module

diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt
index 44dc5c0..832d7bd 100644
--- a/Tests/CMakeOnly/CMakeLists.txt
+++ b/Tests/CMakeOnly/CMakeLists.txt
@@ -39,7 +39,7 @@ add_test(CMakeOnly.ProjectInclude ${CMAKE_CMAKE_COMMAND}
   -P ${CMAKE_CURRENT_BINARY_DIR}/Test.cmake
   )
 
-include(CMakeParseArguments)
+include(${CMAKE_SOURCE_DIR}/Modules/CMakeParseArguments.cmake)
 
 function(add_major_test module)
   cmake_parse_arguments(MAJOR_TEST "NOLANG" "VERSION_VAR" "VERSIONS" ${ARGN})

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

Summary of changes:
 Tests/CMakeOnly/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list