Github user phunt commented on the issue:
https://github.com/apache/zookeeper/pull/386
Tried it on ubuntu 15.04 (via docker run) and it looks like it fails. Min
of 3.5 seems reasonable to me unless someone else wants to do more legwork.
Thanks!
$ cmake --version
cmake version 3.0.2
[ 33%] Building C object CMakeFiles/cli.dir/src/cli.c.o
Linking C executable cli
/usr/bin/ld: cannot find -lThreads::Threads
collect2: error: ld returned 1 exit status
CMakeFiles/cli.dir/build.make:87: recipe for target 'cli' failed
make[2]: *** [cli] Error 1
CMakeFiles/Makefile2:61: recipe for target 'CMakeFiles/cli.dir/all' failed
make[1]: *** [CMakeFiles/cli.dir/all] Error 2
Makefile:86: recipe for target 'all' failed
make: *** [all] Error 2
$
---