Github user andschwa commented on the issue:
https://github.com/apache/zookeeper/pull/486
FWIW I was able to build and run tests using CMake just fine. That said,
this was failing
```
1: Zookeeper_simpleSystem::testAsyncWatcherAutoResetterminate called after
throwing an instance of 'CppUnit::Exception'
1: what(): equality assertion failed
1: - Expected: -101
1: - Actual : -4
```
But I don't know if it's a failure on `master` or configuration related or
what. I can't see how the posted changes would affect one particular unit test
like this.
---