[Cmake-commits] CMake branch, master, updated. v3.10.0-455-g868fdb4

2017-11-29 Thread Kitware Robot
VERSION_MINOR 10) -set(CMake_VERSION_PATCH 20171129) +set(CMake_VERSION_PATCH 20171130) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] Using find_package() portably?

2017-11-29 Thread Florent Castelli
On 29/11/2017 12:02, Johannes Zarl-Zierl wrote: Hello Carsten, On Samstag, 25. November 2017 11:46:44 CET Carsten Fuchs wrote: Thanks for your reply, but how can I proceed from here? In order to be able to write in the parent script something that works in either case, that is,

[Cmake-commits] CMake branch, master, updated. v3.10.0-454-gb311b87

2017-11-29 Thread Kitware Robot
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, master has been updated via b311b8751819ec881824c61ef8de03387ff40c3f (commit) via

[CMake] CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE

2017-11-29 Thread Thompson, KT
Hi, I'm trying to limit the amount of data that is uploaded to my CDash server by setting set( CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "30" ) set( CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "1024" ) # bytes (1 kB) set( CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "1024" ) # bytes (1 kB) in

Re: [CMake] CPack: Create debian packge for each sub-project

2017-11-29 Thread DKLind
I have finally found time to work on a patch so CPACK_DEBAIN__PACKAGE_VERSION is recognized. I am amazed how simple the fix actually is. I plan on submitting a formal patch soon for Debian and RPM. I don't know anything about other CMake packaging features that might benefit from this patch.

[Cmake-commits] CMake branch, release, updated. v3.10.0-6-g79ad921

2017-11-29 Thread Kitware Robot
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, release has been updated via 79ad921a38190e38d10c89f9c7dad1fc78b52986 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-452-g5def408

2017-11-29 Thread Kitware Robot
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, master has been updated via 5def40891fc1ad0a7d7ba7a16bd11b2d26fa66ab (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-449-gc07b18d

2017-11-29 Thread Kitware Robot
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, master has been updated via c07b18d8835fbc4ddc0364f6f3531cc515f309fc (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-436-g9e96193

2017-11-29 Thread Kitware Robot
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, master has been updated via 9e961930ee1ab526467651935bf7c285c170432d (commit) via

Re: [CMake] Using find_package() portably?

2017-11-29 Thread Johannes Zarl-Zierl
Hello Carsten, On Samstag, 25. November 2017 11:46:44 CET Carsten Fuchs wrote: > Thanks for your reply, but how can I proceed from here? > > In order to be able to write in the parent script something that works > in either case, that is, > > target_link_libraries(main_program ) Well, that's