Skip to content

Commit 28a9a49

Browse files
fabiencastancbentejac
authored andcommitted
[cmake] remove useless submodule check
No submodule anymore
1 parent bff32af commit 28a9a49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,6 @@ macro(add_target_properties _target _name)
175175
set_target_properties(${_target} PROPERTIES ${_name} "${_old_properties} ${_properties}")
176176
endmacro(add_target_properties)
177177

178-
# ==============================================================================
179-
# Check that submodule have been initialized and updated
180-
# ==============================================================================
181-
if(ALICEVISION_USE_MESHSDFILTER AND NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/dependencies/MeshSDFilter/CMakeLists.txt)
182-
message(FATAL_ERROR
183-
"\n submodule(s) are missing, please update your repository:\n"
184-
" > git submodule update -i\n")
185-
endif()
186-
187178
# ==============================================================================
188179
# Additional cmake find modules
189180
# ==============================================================================

0 commit comments

Comments
 (0)