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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
