mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
better cmake
This commit is contained in:
parent
d61b589f65
commit
305e6c8170
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu20.yml
vendored
2
.github/workflows/ubuntu20.yml
vendored
|
@ -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 &&
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue