Unverified Commit ea6dbd0a authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Change CMake proj name

change CMake project name `ifs` -> `GekkoFS`
parent 833b238e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.6)
project(ifs)
project(GekkoFS)

if(NOT CMAKE_COMPILER_IS_GNUCC)
    message(FATAL_ERROR "The choosen C compiler is not gcc and is not supported")