[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5984-ga5dbfa9

Stephen Kelly steveire at gmail.com
Tue Dec 3 07:31:48 EST 2013


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  a5dbfa92adc498bd3df58bb68a5b6aa72c2453ec (commit)
       via  5078ed8e0d0b261d19e14c0ec17700e014e10c22 (commit)
      from  3073fbbd6ad44ee0707b0b8c2ecb9dc57713899a (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=a5dbfa92adc498bd3df58bb68a5b6aa72c2453ec
commit a5dbfa92adc498bd3df58bb68a5b6aa72c2453ec
Merge: 3073fbb 5078ed8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Dec 3 07:31:44 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 3 07:31:44 2013 -0500

    Merge topic 'fix-export-segfault' into next
    
    5078ed8 Remove some not-needed lines.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5078ed8e0d0b261d19e14c0ec17700e014e10c22
commit 5078ed8e0d0b261d19e14c0ec17700e014e10c22
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Dec 3 13:31:08 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Dec 3 13:31:08 2013 +0100

    Remove some not-needed lines.

diff --git a/Tests/RunCMake/export/TargetNotFound-stderr.txt b/Tests/RunCMake/export/TargetNotFound-stderr.txt
index ed24cee..944a68e 100644
--- a/Tests/RunCMake/export/TargetNotFound-stderr.txt
+++ b/Tests/RunCMake/export/TargetNotFound-stderr.txt
@@ -1,4 +1,4 @@
-CMake Error at TargetNotFound.cmake:5 \(export\):
+CMake Error at TargetNotFound.cmake:1 \(export\):
   export given target "nonexistenttarget" which is not built by this project.
 Call Stack \(most recent call first\):
   CMakeLists.txt:3 \(include\)
diff --git a/Tests/RunCMake/export/TargetNotFound.cmake b/Tests/RunCMake/export/TargetNotFound.cmake
index 48be0c5..a7c398d 100644
--- a/Tests/RunCMake/export/TargetNotFound.cmake
+++ b/Tests/RunCMake/export/TargetNotFound.cmake
@@ -1,5 +1 @@
-cmake_minimum_required(VERSION 2.8)
-
-project(TargetNotFound)
-
 export(TARGETS nonexistenttarget FILE somefile.cmake)

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

Summary of changes:
 Tests/RunCMake/export/TargetNotFound-stderr.txt |    2 +-
 Tests/RunCMake/export/TargetNotFound.cmake      |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list