> setenv FC /usr/bin/f77 > setenv FFLAGS "-fno-backslash" > cmake > > Setting the compiler before the project command is not a good idea.
Thanks Bill, that did the trick. Is there any plan to change this so that I can set these details inside a CMakeLists.txt file? Doing is via environmental variables seems contrary to CMake's idiom. - Christian _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
