Skip to content
Snippets Groups Projects
Commit dfb37df8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Removed obsolete Tests/Data submodule instruction.

parent 5bd098a1
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@ foreach(SUBMODULE ${REQUIRED_SUBMODULES})
set(RESULT "")
if(UNINITIALIZED)
message(STATUS "Initializing submodule ${SUBMODULE}")
if(${SUBMODULE} STREQUAL "Tests/Data")
set(DEPTH "--depth;10")
endif()
execute_process(
COMMAND ${GIT_TOOL_PATH} submodule update --init --recursive ${DEPTH} ${SUBMODULE}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment