From ba8ebf0522401d58f4cf12e4434e35cdf5a9a95e Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 5 Dec 2013 19:05:54 +0000 Subject: [PATCH] Fix detecting gfortran git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@457 64b25241-fba3-4117-9849-534c7e92360d --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7255a39d..ab07d9bc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -383,7 +383,6 @@ if(OS_IS_LINUX) message(" sudo apt-get install libblas-dev") message(FATAL_ERROR "BLAS is required to build gnss-sdr") endif(NOT BLAS) - list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES ".so.3") find_library(GFORTRAN NAMES gfortran PATHS /usr/lib /usr/local/lib