Lower CMake version requirement to 3.13

Technically we could probably move this all the way down to 3.6, but 3.13 should be a good version to target.
This commit is contained in:
Raymonf 2020-08-20 17:21:43 -04:00
parent 7f8e7dfa1c
commit c827b5a1b6

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.13)
project(OpenFusion) project(OpenFusion)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)