project(Hello Fortran) cmake_minimum_required(VERSION 2.6) add_executable(hello hello.f90)