[cmake-developers] PLplot contract test

Brad King brad.king at kitware.com
Tue Nov 7 07:14:37 EST 2017


On 11/06/2017 05:24 PM, Alan W. Irwin wrote:
> https://open.cdash.org/viewTest.php?onlypassed&buildid=5131552
> Is there something I have missed in those results or something wrong?

Your script now has:

```
set(dashboard_cache "
...
# Do build of PLplot as a ctest of CMake.
set(CMake_TEST_CONTRACT_PLplot:BOOL=ON)
...
")
```

but it should be:

```
set(dashboard_cache "
...
// Do build of PLplot as a test of CMake.
CMake_TEST_CONTRACT_PLplot:BOOL=ON
...
")
```

-Brad


More information about the cmake-developers mailing list