Skip to content

Commit

Permalink
Fix clone path for nrlmsise
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Sep 26, 2024
1 parent 3f3df86 commit 35917b8
Showing 1 changed file with 1 addition and 1 deletion.
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 35917b8

Please sign in to comment.