You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by andschwa <gi...@git.apache.org> on 2018/03/09 21:07:43 UTC

[GitHub] zookeeper pull request #386: Cmake fixes

Github user andschwa commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/386#discussion_r173568056
  
    --- 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 --
    
    Sorry, forgot about this. I'll at least get a patch out that fixes master.


---