Skip to content
Snippets Groups Projects
Commit c89e9bac authored by Philipp Schäfer's avatar Philipp Schäfer
Browse files

CMake - External libs: Now point to master branch for IHTA repos

parent fbe3bb70
Branches
Tags VA_v2022a
No related merge requests found
......@@ -38,7 +38,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
CPMAddPackage (
NAME VABase
GIT_REPOSITORY https://git.rwth-aachen.de/ita/VABase
GIT_TAG develop
GIT_TAG master
)
endif ()
......@@ -46,7 +46,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
CPMAddPackage (
NAME VANet
GIT_REPOSITORY https://git.rwth-aachen.de/ita/VANet
GIT_TAG develop
GIT_TAG master
)
endif ()
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment