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
-- 

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

Reply via email to