REM: removed submodule support

This commit is contained in:
Dominik Meyer 2019-11-14 11:05:38 +01:00
parent ee840c6134
commit 21815ab292
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
3 changed files with 0 additions and 19 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "cmake"]
path = cmake
url = ssh://tiweb.hsu-hh.de:29418/cmake-modules

View File

@ -15,21 +15,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
include(CTest)
find_package(Git)
#check for git submodules
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
# Update submodules as needed
option(GIT_SUBMODULE "Check submodules during build" ON)
if(GIT_SUBMODULE AND NOT hasParent)
message(STATUS "Submodule update")
execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
RESULT_VARIABLE GIT_SUBMOD_RESULT)
if(NOT GIT_SUBMOD_RESULT EQUAL "0")
message(FATAL_ERROR "git submodule update --init failed with ${GIT_SUBMOD_RESULT}, please checkout submodules")
endif()
endif()
endif()
INCLUDE(ProcessDOXYGEN)
INCLUDE(ProcessGIT)

1
cmake

@ -1 +0,0 @@
Subproject commit a54a08b7e13cd23d3ff2c9992f23983858316b2b