[CMake] FW: building a mixed language programm with CMake
Alexander Neundorf
a.neundorf-work at gmx.net
Wed Jun 17 17:13:41 EDT 2009
On Thursday 11 June 2009, Natalie Happenhofer wrote:
> Great, now it works!
> My CMakeLists.txt now looks like this:
>
> cmake_minimum_required(VERSION 2.4)
> project(hi CXX Fortran)
Just as a comment, with cmake 2.6 a lot of work has gone into Fortran support,
so maybe you should have a look at cmake >= 2.6.0 and require it if you find
it necessary.
Alex
More information about the CMake
mailing list