Skip to content

Commit

Permalink
Merge pull request #699 from ut-issl/main
Browse files Browse the repository at this point in the history
Main merge to develop for hotfix
  • Loading branch information
200km authored Sep 26, 2024
2 parents 562acf9 + a9a6962 commit 7d975e0
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 @@ -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 ""
Expand Down

0 comments on commit 7d975e0

Please sign in to comment.