From eebe1f87e68554062af2212a0d349dff9292cff3 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 28 Mar 2020 17:59:10 +0900 Subject: [PATCH] fix: update cmake version 3.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daeba8b..510add6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) enable_testing() -project(toml11 VERSION 3.3.1) +project(toml11 VERSION 3.4.0) option(toml11_BUILD_TEST "Build toml tests" ON) option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF)