Commit 53b8657e authored by Kenton Varda's avatar Kenton Varda

Revert "We require at least cmake 3.8 for cxx_std_14."

This reverts commit a5628e469240c3a607758ad39af40500ebb55fd2.
parent d7a3e49c
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)
project("Cap'n Proto Root" CXX)
add_subdirectory(c++)
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)
project("Cap'n Proto" CXX)
set(VERSION 0.7-dev)
......
......@@ -17,7 +17,7 @@
# cmake --build .
project("Cap'n Proto Samples" CXX)
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.1)
find_package(CapnProto CONFIG REQUIRED)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment