Skip to content

CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10 #234

CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10

CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10 #234

Workflow file for this run

name: "CMake: gcc"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
cmake .
make
- name: Test
run: make test