Skip to content
Snippets Groups Projects
Commit 3290142e authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

The fortran compiler may not exists

parent 930e212b
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ set(configargs ${ROOT_CONFIGARGS})
set(configoptions ${ROOT_CONFIGARGS})
get_filename_component(altcc ${CMAKE_C_COMPILER} NAME)
get_filename_component(altcxx ${CMAKE_CXX_COMPILER} NAME)
get_filename_component(altf77 ${CMAKE_Fortran_COMPILER} NAME)
get_filename_component(altf77 "${CMAKE_Fortran_COMPILER}" NAME)
get_filename_component(altld ${CMAKE_CXX_COMPILER} NAME)
set(pythonvers ${PYTHON_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment