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

Adding explicitely the impicit fortran libraries. This fixes the problem...

Adding explicitely the impicit fortran libraries. This fixes the problem observed on MacOS with latest versions of gfortran.
parent f81ba3e4
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ ROOT_EXECUTABLE(hadd hadd.cxx LIBRARIES Core RIO Net Hist Graf Graf3d Gpad Tree
ROOT_EXECUTABLE(rootnb.exe nbmain.cxx LIBRARIES Core)
if(fortran AND CMAKE_Fortran_COMPILER)
ROOT_EXECUTABLE(g2root g2root.f LIBRARIES minicern)
ROOT_EXECUTABLE(g2root g2root.f LIBRARIES minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
ROOT_EXECUTABLE(h2root h2root.cxx LIBRARIES Core RIO Net Hist Graf Graf3d Gpad Tree Matrix MathCore Thread minicern)
endif()
......
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