mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10: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(" sudo apt-get install libblas-dev")
|
||||||
message(FATAL_ERROR "BLAS is required to build gnss-sdr")
|
message(FATAL_ERROR "BLAS is required to build gnss-sdr")
|
||||||
endif(NOT BLAS)
|
endif(NOT BLAS)
|
||||||
list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES ".so.3")
|
|
||||||
find_library(GFORTRAN NAMES gfortran
|
find_library(GFORTRAN NAMES gfortran
|
||||||
PATHS /usr/lib
|
PATHS /usr/lib
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user