mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	Remove blanks
This commit is contained in:
		| @@ -354,15 +354,17 @@ set(GNSSSDR_GPSTK_LOCAL_VERSION "2.10.6") | |||||||
| set(GNSSSDR_MATIO_LOCAL_VERSION "1.5.13") | set(GNSSSDR_MATIO_LOCAL_VERSION "1.5.13") | ||||||
| set(GNSSSDR_PUGIXML_LOCAL_VERSION "1.9") | set(GNSSSDR_PUGIXML_LOCAL_VERSION "1.9") | ||||||
|  |  | ||||||
| if(CMAKE_VERSION VERSION_LESS "3.0.2") | if(CMAKE_VERSION VERSION_LESS "3.0.2") # Fix for CentOS 7 | ||||||
|    set(GNSSSDR_GFLAGS_LOCAL_VERSION "2.2.1") |    set(GNSSSDR_GFLAGS_LOCAL_VERSION "2.2.1") | ||||||
| endif(CMAKE_VERSION VERSION_LESS "3.0.2") | endif(CMAKE_VERSION VERSION_LESS "3.0.2") | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| ################################################################################ | ################################################################################ | ||||||
| # Check cmake version | # Check CMake version | ||||||
| ################################################################################ | ################################################################################ | ||||||
| if(CMAKE_VERSION VERSION_LESS ${GNSSSDR_CMAKE_MIN_VERSION}) | if(CMAKE_VERSION VERSION_LESS ${GNSSSDR_CMAKE_MIN_VERSION}) | ||||||
|       message(STATUS "Your CMake version is too old and does not support some features required by GNSS-SDR. CMake version must be at least ${GNSSSDR_CMAKE_MIN_VERSION}.") # For more information check https://github.com/joakimkarlsson/bandit/issues/40 |       message(STATUS "Your CMake version is too old and does not support some features required by GNSS-SDR. CMake version must be at least ${GNSSSDR_CMAKE_MIN_VERSION}.") | ||||||
|       message(FATAL_ERROR "Fatal error: CMake >= ${GNSSSDR_CMAKE_MIN_VERSION} required.") |       message(FATAL_ERROR "Fatal error: CMake >= ${GNSSSDR_CMAKE_MIN_VERSION} required.") | ||||||
| endif(CMAKE_VERSION VERSION_LESS ${GNSSSDR_CMAKE_MIN_VERSION}) | endif(CMAKE_VERSION VERSION_LESS ${GNSSSDR_CMAKE_MIN_VERSION}) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -78,6 +78,7 @@ target_link_libraries( | |||||||
|     pvt_lib |     pvt_lib | ||||||
|     rtklib_lib |     rtklib_lib | ||||||
|     gnss_sdr_flags |     gnss_sdr_flags | ||||||
|  |     gnss_sp_libs | ||||||
|     ${Boost_LIBRARIES} |     ${Boost_LIBRARIES} | ||||||
|     ${GLOG_LIBRARIES} |     ${GLOG_LIBRARIES} | ||||||
|     ${ARMADILLO_LIBRARIES} |     ${ARMADILLO_LIBRARIES} | ||||||
|   | |||||||
| @@ -19,4 +19,3 @@ | |||||||
| add_subdirectory(adapters) | add_subdirectory(adapters) | ||||||
| add_subdirectory(gnuradio_blocks) | add_subdirectory(gnuradio_blocks) | ||||||
| add_subdirectory(libs) | add_subdirectory(libs) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -46,4 +46,3 @@ source_group(Headers FILES ${CHANNEL_FSM_HEADERS}) | |||||||
| add_dependencies(channel_fsm glog-${glog_RELEASE}) | add_dependencies(channel_fsm glog-${glog_RELEASE}) | ||||||
|  |  | ||||||
| target_link_libraries(channel_fsm gnss_rx) | target_link_libraries(channel_fsm gnss_rx) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -17,4 +17,3 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
| add_subdirectory(adapters) | add_subdirectory(adapters) | ||||||
| #add_subdirectory(gnuradio_blocks) |  | ||||||
| @@ -19,4 +19,3 @@ | |||||||
|  |  | ||||||
| add_subdirectory(adapters) | add_subdirectory(adapters) | ||||||
| add_subdirectory(gnuradio_blocks) | add_subdirectory(gnuradio_blocks) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -47,5 +47,3 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_FLAGS}") | |||||||
| add_library (supl_library STATIC ${ASN_RRLP_SOURCES} ${ASN_SUPL_SOURCES} ${SUPL_SOURCES}) | add_library (supl_library STATIC ${ASN_RRLP_SOURCES} ${ASN_SUPL_SOURCES} ${SUPL_SOURCES}) | ||||||
| target_link_libraries (supl_library ${GNUTLS_LIBRARIES} ${GNUTLS_OPENSSL_LIBRARY} gnss_system_parameters) | target_link_libraries (supl_library ${GNUTLS_LIBRARIES} ${GNUTLS_OPENSSL_LIBRARY} gnss_system_parameters) | ||||||
| set_target_properties(supl_library PROPERTIES LINKER_LANGUAGE C) | set_target_properties(supl_library PROPERTIES LINKER_LANGUAGE C) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez