Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'gpstk_release' into 'master'
Browse files Browse the repository at this point in the history
GPSTk v2.12.1 Release

See merge request sgl/gpstk!341
  • Loading branch information
bparsons committed Oct 16, 2019
2 parents 647e8b6 + eb4472b commit 83a5425
Show file tree
Hide file tree
Showing 12 changed files with 547 additions and 901 deletions.
1 change: 0 additions & 1 deletion BuildGPSTkLinux.sh

This file was deleted.

1 change: 0 additions & 1 deletion BuildGPSTkLinuxRelativeInstall.sh

This file was deleted.

5 changes: 0 additions & 5 deletions BuildGPSTkWindows.sh

This file was deleted.

5 changes: 0 additions & 5 deletions BuildGPSTkWindowsRelativeInstall.sh

This file was deleted.

12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.5 )
project( GPSTK )
set( GPSTK_VERSION_MAJOR "2" )
set( GPSTK_VERSION_MINOR "12" )
set( GPSTK_VERSION_PATCH "0" )
set( GPSTK_VERSION_PATCH "1" )
set( GPSTK_VERSION "${GPSTK_VERSION_MAJOR}.${GPSTK_VERSION_MINOR}.${GPSTK_VERSION_PATCH}" )

# Test data file source directory
Expand Down Expand Up @@ -207,24 +207,24 @@ if( BUILD_EXT )
add_subdirectory( swig )
endif()
endif()


#----------------------------------------
# Export the project import cmake files.
#----------------------------------------
include( CMakePackageConfigHelpers )
set( INSTALL_CONFIG_DIR ${CMAKE_INSTALL_DATADIR}/cmake/GPSTK)
configure_package_config_file( ${CMAKE_CURRENT_SOURCE_DIR}/GPSTKConfig.cmake.in
configure_package_config_file( ${CMAKE_CURRENT_SOURCE_DIR}/GPSTKConfig.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/GPSTKConfig.cmake
INSTALL_DESTINATION ${INSTALL_CONFIG_DIR}
PATH_VARS CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_BINDIR CMAKE_INSTALL_PREFIX INSTALL_CONFIG_DIR )
write_basic_package_version_file( ${CMAKE_CURRENT_BINARY_DIR}/GPSTKConfigVersion.cmake
VERSION ${GPSTK_VERSION}
COMPATIBILITY ExactVersion )
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/GPSTKConfig.cmake
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/GPSTKConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/GPSTKConfigVersion.cmake
DESTINATION
DESTINATION
${INSTALL_CONFIG_DIR} )

install( EXPORT ${EXPORT_TARGETS_FILENAME} DESTINATION ${INSTALL_CONFIG_DIR} )
Loading

0 comments on commit 83a5425

Please sign in to comment.