Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Alan W. Irwin
On 2017-11-08 16:14-0500 Ben Boeckel wrote: On Wed, Nov 08, 2017 at 12:39:15 -0800, Alan W. Irwin wrote: software@raven> time (nice -19 ctest -S ~/cmake/Dashboards/Scripts/CMakeScripts/my_dashboard.cmake -VV >& ctest.out16) X11 connection rejected because of wrong authentication. X11 connectio

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Ben Boeckel
On Wed, Nov 08, 2017 at 12:39:15 -0800, Alan W. Irwin wrote: > software@raven> time (nice -19 ctest -S > ~/cmake/Dashboards/Scripts/CMakeScripts/my_dashboard.cmake -VV >& ctest.out16) > X11 connection rejected because of wrong authentication. > X11 connection rejected because of wrong authenticati

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Alan W. Irwin
On 2017-11-08 06:54-0500 Brad King wrote: [...] I've updated the test. Change the name from _ARGS to _FLAGS: ``` CMake_TEST_CONTRACT_PLplot_CMAKE_FLAGS:STRING=-DBUILD_TEST=ON -DBUILD_DOC=ON -DBUILD_DOX_DOC=ON ``` [...] I've added an option: ``` CMake_TEST_CONTRACT_PLplot_GIT_TAG:STRING=plp

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Brad King
On 11/07/2017 03:50 PM, Alan W. Irwin wrote: >> # Do build of PLplot as a ctest of CMake. >> set(CMake_TEST_CONTRACT_PLplot:BOOL=ON) > > Why could I set garbage in the cache > file as above with the result that that garbage was read > and ignored with no error message? Isn't that a CMake bug? The