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:
Carles Fernandez 2012-12-24 11:42:23 +00:00
parent c03f73519d
commit af68d9e744
1 changed files with 11 additions and 1 deletions

View File

@ -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