Skip to content
Snippets Groups Projects
Commit 5e9a375d authored by Axel Naumann's avatar Axel Naumann
Browse files

Fortran is not a prerequisite for building ROOT

git-svn-id: http://root.cern.ch/svn/root/trunk@41478 27541ba8-7e3a-0410-8455-c3a389f83636
parent 770e8985
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#---Enable FORTRAN (unfortunatelly is not nowt possible in all cases)-------------------------------
if(NOT WIN32 AND NOT CMAKE_GENERATOR STREQUAL Xcode)
enable_language(Fortran)
enable_language(Fortran OPTIONAL)
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