File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -175,15 +175,6 @@ macro(add_target_properties _target _name)
175175 set_target_properties (${_target} PROPERTIES ${_name} "${_old_properties} ${_properties} " )
176176endmacro (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# ==============================================================================
You can’t perform that action at this time.
0 commit comments