[cmake-developers] documentation patch

2014-12-17 Thread Tim Blechmann
hi all,

this trivial patch adds INTERFACE_LIBRARY to the documentation of the
TYPE target property. would be great, if it could be applied.

thnx,
tim
From f9ff9226bd0985aa239564e93eb42ed4d57b208d Mon Sep 17 00:00:00 2001
From: Tim Blechmann t...@klingt.org
Date: Wed, 17 Dec 2014 21:59:51 +0100
Subject: [PATCH] Help: add INTERFACE_LIBRARY to TYPE property documentation

---
 Help/prop_tgt/TYPE.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Help/prop_tgt/TYPE.rst b/Help/prop_tgt/TYPE.rst
index 1951d46..5ac63cc 100644
--- a/Help/prop_tgt/TYPE.rst
+++ b/Help/prop_tgt/TYPE.rst
@@ -5,4 +5,5 @@ The type of the target.
 
 This read-only property can be used to test the type of the given
 target.  It will be one of STATIC_LIBRARY, MODULE_LIBRARY,
-SHARED_LIBRARY, EXECUTABLE or one of the internal target types.
+SHARED_LIBRARY, INTERFACE_LIBRARY, EXECUTABLE or one of the internal
+target types.
-- 
2.2.0

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Re: [cmake-developers] documentation patch

2014-12-17 Thread Brad King
On 12/17/2014 04:01 PM, Tim Blechmann wrote:
 this trivial patch adds INTERFACE_LIBRARY to the documentation of the
 TYPE target property. would be great, if it could be applied.

Thanks.  Applied:

 Help: Add INTERFACE_LIBRARY to TYPE target property documentation
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=473446ab

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] documentation patch

2014-09-12 Thread Andy Bauer
Hi,

Attached is a patch for a documentation correction for setting test
properties. Can someone check on this and merge it into CMake if it's
acceptable?

Thanks,
Andy
From bc634e15ffddcee9df4a948fcde8c96cd3500a39 Mon Sep 17 00:00:00 2001
From: Andrew Bauer andy.ba...@kitware.com
Date: Fri, 12 Sep 2014 10:43:27 -0400
Subject: [PATCH] Help: Fixing set_test_properties documentation.

---
 Help/command/set_tests_properties.rst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst
index 82cd5d8..e29d690 100644
--- a/Help/command/set_tests_properties.rst
+++ b/Help/command/set_tests_properties.rst
@@ -27,7 +27,7 @@ specified regular expressions, the test will fail.
 
 ::
 
-  Example: PASS_REGULAR_EXPRESSION [^a-z]Error;ERROR;Failed
+  Example: FAIL_REGULAR_EXPRESSION [^a-z]Error;ERROR;Failed
 
 Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a list
 of regular expressions.
-- 
1.7.9.5

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Re: [cmake-developers] documentation patch

2014-09-12 Thread Brad King
On 09/12/2014 11:27 AM, Andy Bauer wrote:
 Attached is a patch for a documentation correction

Applied, thanks:

 Help: Fix set_tests_properties documentation typo
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d8054987

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers