From 35917b865cb3a9c8ac2fe9bfb7a00e44f00e17f6 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Thu, 26 Sep 2024 18:58:13 +0900 Subject: [PATCH 1/2] Fix clone path for nrlmsise --- ExtLibraries/nrlmsise00/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtLibraries/nrlmsise00/CMakeLists.txt b/ExtLibraries/nrlmsise00/CMakeLists.txt index 3d683c47a..82d3d3787 100644 --- a/ExtLibraries/nrlmsise00/CMakeLists.txt +++ b/ExtLibraries/nrlmsise00/CMakeLists.txt @@ -16,7 +16,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 "" From d9c4429f50ed112ab51960a3041e990b41da6eb2 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Thu, 26 Sep 2024 19:04:14 +0900 Subject: [PATCH 2/2] Update version info --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb31f52dd..390c70bda 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