1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-01 14:14:08 +00:00

Fix header

This commit is contained in:
Carles Fernandez 2020-02-22 14:23:53 +01:00
parent 252c693eb6
commit ce4817b679
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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) find_package(GPSTK QUIET)
if(NOT GPSTK_FOUND OR ENABLE_OWN_GPSTK) if(NOT GPSTK_FOUND OR ENABLE_OWN_GPSTK)
include(GNUInstallDirs) 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_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) set(GPSTK_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../thirdparty/gpstk-${GNSSSDR_GPSTK_LOCAL_VERSION}/install/include)
endif() endif()
@ -113,4 +112,4 @@ else()
endif() endif()
endif() endif()
set(Boost_FOUND TRUE) # trick for summary report set(Boost_FOUND TRUE) # trick for summary report