Github user andschwa commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/386#discussion_r173571281
--- Diff: src/c/CMakeLists.txt ---
@@ -14,14 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-cmake_minimum_required(VERSION 3.6)
+cmake_minimum_required(VERSION 3.5)
project(zookeeper VERSION 3.5.3)
--- End diff --
@phunt If you could give the `andschwa` Confluence user edit permissions
for the ZooKeeper wiki, I can add to that page how to update the CMake version
when releasing.
---