From ce4817b679f6af8819013db3ff8d95e5d82aa820 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 22 Feb 2020 14:23:53 +0100 Subject: [PATCH] Fix header --- src/utils/rinex2assist/CMakeLists.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/utils/rinex2assist/CMakeLists.txt b/src/utils/rinex2assist/CMakeLists.txt index 066401794..af5c2b51a 100644 --- a/src/utils/rinex2assist/CMakeLists.txt +++ b/src/utils/rinex2assist/CMakeLists.txt @@ -1,16 +1,15 @@ -#Copyright(C) 2012 - 2020(see AUTHORS file for a list of contributors) +# Copyright (C) 2012-2020 (see AUTHORS file for a list of contributors) # -#GNSS - SDR is a software - defined Global Navigation Satellite Systems receiver +# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver # -#This file is part of GNSS - SDR. +# This file is part of GNSS-SDR. # -#SPDX - License - Identifier : GPL - 3.0 - or -later +# SPDX-License-Identifier: GPL-3.0-or-later # find_package(GPSTK QUIET) if(NOT GPSTK_FOUND OR ENABLE_OWN_GPSTK) include(GNUInstallDirs) -#string(REGEX REPLACE / [^ / ] * $ "" LIBDIR ${CMAKE_INSTALL_LIBDIR}) set(GPSTK_LIBRARY ${CMAKE_CURRENT_SOURCE_DIR}/../../../thirdparty/gpstk-${GNSSSDR_GPSTK_LOCAL_VERSION}/install/${CMAKE_INSTALL_LIBDIR}/${CMAKE_FIND_LIBRARY_PREFIXES}gpstk${CMAKE_SHARED_LIBRARY_SUFFIX}) set(GPSTK_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../thirdparty/gpstk-${GNSSSDR_GPSTK_LOCAL_VERSION}/install/include) endif() @@ -113,4 +112,4 @@ else() endif() endif() -set(Boost_FOUND TRUE) # trick for summary report +set(Boost_FOUND TRUE) # trick for summary report