From 49c8e04d1717b7a2cd11016dfc3f18a8f5f89bb3 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 12 May 2016 23:10:00 +0200 Subject: [PATCH] Detect gfortran in latest Fedora releases --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ebdc2e14..6d9900a4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -670,6 +670,7 @@ if(OS_IS_LINUX) ############################################# find_library(GFORTRAN NAMES gfortran PATHS /usr/lib + /usr/lib64 /usr/local/lib /usr/local/lib/i386 /usr/lib/gcc/x86_64-linux-gnu