Update minimum required cmake version

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2021-06-13 13:57:56 -06:00 committed by seedhartha
parent e4fb659206
commit e77e40085b

View file

@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.16)
project(reone) project(reone)
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)