mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Building fixes for gnsstk
This commit is contained in:
parent
fa821a52a4
commit
1b277347ec
@ -1,5 +1,7 @@
|
||||
--- CMakeLists_old.txt 2022-07-10 09:58:33.000000000 +0200
|
||||
+++ CMakeLists.txt 2022-07-10 10:02:36.000000000 +0200
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-FileCopyrightText: 2022 Carles Fernandez-Prades <carles.fernandez@cttc.es>
|
||||
--- CMakeLists.txt 2022-07-10 09:58:33.000000000 +0200
|
||||
+++ CMakeLists.txt 2022-07-10 10:02:36.000000000 +0200
|
||||
@@ -6,7 +6,7 @@
|
||||
# Is dependend on by $GNSSTK/build.sh
|
||||
#============================================================
|
||||
|
@ -67,6 +67,9 @@ if("${ARMADILLO_VERSION_STRING}" VERSION_GREATER "9.800" OR (NOT ARMADILLO_FOUND
|
||||
if(GNSSTK_OLDER_THAN_8)
|
||||
target_compile_definitions(obsdiff PRIVATE -DOLD_GPSTK=1)
|
||||
endif()
|
||||
if(GNSSTK_OLDER_THAN_9)
|
||||
target_compile_definitions(obsdiff PRIVATE -DGNSSTK_OLDER_THAN_9=1)
|
||||
endif()
|
||||
if(GNSSTK_OLDER_THAN_13)
|
||||
target_compile_definitions(obsdiff PRIVATE -DGNSSTK_OLDER_THAN_13=1)
|
||||
endif()
|
||||
|
@ -32,14 +32,12 @@
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#if GNSSTK_USES_GPSTK_NAMESPACE
|
||||
#include <gpstk/GALWeekSecond.hpp>
|
||||
#include <gpstk/GPSWeekSecond.hpp>
|
||||
#include <gpstk/Rinex3NavData.hpp>
|
||||
#include <gpstk/Rinex3NavHeader.hpp>
|
||||
#include <gpstk/Rinex3NavStream.hpp>
|
||||
namespace gnsstk = gpstk;
|
||||
#else
|
||||
#include <gnsstk/GALWeekSecond.hpp>
|
||||
#include <gnsstk/GPSWeekSecond.hpp>
|
||||
#include <gnsstk/Rinex3NavData.hpp>
|
||||
#include <gnsstk/Rinex3NavHeader.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user