Skip to content

Commit

Permalink
Merge pull request #698 from ut-issl/hotfix/fix-nrlmsise-download-script
Browse files Browse the repository at this point in the history
Fix errror in nrlmsise library download script
  • Loading branch information
200km authored Sep 26, 2024
2 parents 3f3df86 + d9c4429 commit a9a6962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ExtLibraries/nrlmsise00/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit a9a6962

Please sign in to comment.