Fixed cmake bug and added ubuntu bionic

This commit is contained in:
Ryzerth
2021-04-26 15:12:52 +02:00
parent 061cb91c48
commit 1ba3756be0
25 changed files with 83 additions and 39 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.10)
project(falcon9_decoder)
if (MSVC)