Am Dienstag 29 Januar 2008 15:15:48 schrieb Honest Guvnor: > I have tried adding a dummy fortran file to the list of C++ files to > force it know about Fortran and get prompted to declare the > linker_language property.
Did you altered your project(..) statement to project(foo CXX Fortran) or added an enable_language statement project(foo) enable_language(Fortran) in conjunction with the dummy fortran source file? -- Maik _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
