[Cmake-commits] CMake branch, next, updated. v3.2.1-1128-g2c99728
Gregor Jasny
gjasny at googlemail.com
Fri Mar 20 11:42:19 EDT 2015
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 2c99728ad123267ffb654fd47636b6df600a7c89 (commit)
via a6248fa10c53b26189a5450a41504cf486e30fba (commit)
via c567c01045e8bda66c40962686a07a1a567f99a1 (commit)
from 15ef2b1ba46c8e4fdcc91b4de6070f3b8cdfab28 (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=2c99728ad123267ffb654fd47636b6df600a7c89
commit 2c99728ad123267ffb654fd47636b6df600a7c89
Merge: 15ef2b1 a6248fa
Author: Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Fri Mar 20 11:42:18 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 20 11:42:18 2015 -0400
Merge topic 'xcode-xctest' into next
a6248fa1 fixup! OS X: Add FindXCTest module
c567c010 fixup! OS X: Add FindXCTest module
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a6248fa10c53b26189a5450a41504cf486e30fba
commit a6248fa10c53b26189a5450a41504cf486e30fba
Author: Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Fri Mar 20 16:29:39 2015 +0100
Commit: Gregor Jasny <gjasny at googlemail.com>
CommitDate: Fri Mar 20 16:29:50 2015 +0100
fixup! OS X: Add FindXCTest module
Signed-off-by: Gregor Jasny <gjasny at googlemail.com>
diff --git a/Modules/FindXCTest.cmake b/Modules/FindXCTest.cmake
index 82614e4..3cd9c22 100644
--- a/Modules/FindXCTest.cmake
+++ b/Modules/FindXCTest.cmake
@@ -5,9 +5,10 @@ FindXCTest
Functions to help creating and executing XCTest bundles.
An XCTest bundle is a CFBundle with a special product-type
-and bundle extension. For more information about XCTest visit
-the Mac Developer library at:
-http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/
+and bundle extension. The Mac Developer Library provides more
+information in the `Testing with Xcode`_ document.
+
+.. _Testing with Xcode: http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/
Module Functions
^^^^^^^^^^^^^^^^
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c567c01045e8bda66c40962686a07a1a567f99a1
commit c567c01045e8bda66c40962686a07a1a567f99a1
Author: Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Fri Mar 20 16:19:46 2015 +0100
Commit: Gregor Jasny <gjasny at googlemail.com>
CommitDate: Fri Mar 20 16:19:46 2015 +0100
fixup! OS X: Add FindXCTest module
Signed-off-by: Gregor Jasny <gjasny at googlemail.com>
diff --git a/Modules/FindXCTest.cmake b/Modules/FindXCTest.cmake
index 2a341ce..82614e4 100644
--- a/Modules/FindXCTest.cmake
+++ b/Modules/FindXCTest.cmake
@@ -45,8 +45,7 @@ The following variables are set by including this module:
.. variable:: XCTest_EXECUTABLE
- The ``XCTEST_EXECUTABLE`` variable contains the path to the xctest
- command line tool used to execute XCTest bundles.
+ The path to the xctest command line tool used to execute XCTest bundles.
.. variable:: XCTest_INCLUDE_DIRS
-----------------------------------------------------------------------
Summary of changes:
Modules/FindXCTest.cmake | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list