mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Fix detecting gfortran
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@457 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
d18b12624f
commit
ba8ebf0522
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user