Re: [cmake-developers] PLplot contract test

2017-11-09 Thread Alan W. Irwin
On 2017-11-08 18:00-0800 Alan W. Irwin wrote: [...] Changing topics back to the Nightly case where the job is started in a crontab environment rather than on the normal desktop command line as above, further research indicates it is possible to set DISPLAY for such environments (assuming that

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-285-g0d7086e

2017-11-09 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 0d7086e3daa67d6679f5ab01d9b187c333cca627 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-283-g6afc841

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

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-282-gd9bc6fd

2017-11-09 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 d9bc6fd45191731d707af248fae4958732c2bc94 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.10.0-rc4-12-g1f15324

2017-11-09 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 1f15324824dc90180bef1dfdb5fce6ff71c1b40c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-278-g4eefad2

2017-11-09 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 4eefad236aad84c1f4ca38fcd3533a0ec7401a3b (commit) via

[Cmake-commits] CMake branch, release, updated. v3.10.0-rc4-10-g24ca336

2017-11-09 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 24ca336981696c6f77a4eb965ccc79ad4c98a2c0 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-269-g0682e77

2017-11-09 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 0682e77f3b65850d37d8d91533c62b30a348454b (commit) via

[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-267-g43edaee

2017-11-09 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 43edaee0ce663e4f1c2cfdfa4742450640a2f6e1 (commit) via

Re: [CMake] find_library not finding libraries - why?

2017-11-09 Thread Cornelis Bockemühl
Thanks - that was it! Now CMake is happy - just a question of seconds... Regarcs, Cornelis Am Donnerstag, den 09.11.2017, 09:30 + schrieb CHEVRIER, Marc: > > > > The problem is on NAMES argument. You have to specify library names without prefix. So > Clp must be used rather than libClp. >