mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
c8cbc1665e
- removed the ugly X11 and PNG gnuplots terminals - use enhanced postscript terminal - use imagemagick to generate the png files (with compression) - disable the fortran impl by default since it is as meaningless as a "C impl" - update line settings
4 lines
207 B
CMake
4 lines
207 B
CMake
if(CMAKE_MINOR_VERSION GREATER 4)
|
|
enable_language(Fortran)
|
|
btl_add_bench(btl_f77 main.cpp dmxv.f smxv.f dmxm.f smxm.f daxpy.f saxpy.f data.f sata.f daat.f saat.f OFF)
|
|
endif(CMAKE_MINOR_VERSION GREATER 4) |