mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-21 06:27:01 +00:00
Added some notes on what to do for optional drivers
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@294 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
c03f73519d
commit
af68d9e744
@ -187,11 +187,21 @@ if(NOT ARMADILLO_FOUND)
|
||||
endif()
|
||||
|
||||
|
||||
################################################################################
|
||||
# Setup of optional drivers
|
||||
################################################################################
|
||||
if( $ENV{GN3S_DRIVER} )
|
||||
message( "GN3S_DRIVER variable found" )
|
||||
# copy firmware to install folder
|
||||
# Build project gr-gn3s
|
||||
endif($ENV{GN3S_DRIVER} )
|
||||
|
||||
if( $ENV{RTLSDR_DRIVER} )
|
||||
message( "RTLSDR_DRIVER variable found" )
|
||||
# find libosmosdr
|
||||
# find gr-osmosdr
|
||||
endif($ENV{RTLSDR_DRIVER} )
|
||||
|
||||
|
||||
########################################################################
|
||||
# Setup the include and linker paths
|
||||
@ -235,7 +245,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX AND NOT WIN32)
|
||||
|
||||
# Add warning flags
|
||||
# For "-Wall" see http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
|
||||
set(MY_CXX_FLAGS "${MY_CXX_FLAGS} -Wall -std=c++0x ")
|
||||
set(MY_CXX_FLAGS "${MY_CXX_FLAGS} -Wall")
|
||||
|
||||
# Set GPerftools related flags if it is available
|
||||
# See http://gperftools.googlecode.com/svn/trunk/README
|
||||
|
Loading…
Reference in New Issue
Block a user