diff --git a/CMakeLists.txt b/CMakeLists.txt index 0810da767..33e7abacd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) project(S2E LANGUAGES CXX DESCRIPTION "S2E: Spacecraft Simulation Environment" - VERSION 7.2.8 + VERSION 7.2.9 ) # build config diff --git a/ExtLibraries/nrlmsise00/CMakeLists.txt b/ExtLibraries/nrlmsise00/CMakeLists.txt index ee49b64d9..83502b9c3 100644 --- a/ExtLibraries/nrlmsise00/CMakeLists.txt +++ b/ExtLibraries/nrlmsise00/CMakeLists.txt @@ -17,7 +17,7 @@ set(NRLMSISE_TMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/tmp) # download source files FetchContent_Declare( nrlmsise - GIT_REPOSITORY git://git.linta.de/~brodo/nrlmsise-00.git + GIT_REPOSITORY https://git.linta.de/~brodo/nrlmsise-00.git GIT_TAG bc9a2feba4344e74201281e563332688a4d09cc3 SOURCE_DIR ${NRLMSISE_TMP_DIR} CONFIGURE_COMMAND ""