better cmake

This commit is contained in:
Daniel Lemire 2024-03-18 10:17:36 -04:00
parent d61b589f65
commit 305e6c8170
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.13
with:
cmake-version: '3.9.x'
cmake-version: '3.11.x'
- name: Use cmake
run: |
mkdir build &&

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.11)
cmake_policy(SET CMP0048 NEW)
project(fast_double_parser LANGUAGES CXX VERSION 0.0.0.0)