Skip to content

Commit

Permalink
[cmake] remove useless submodule check
Browse files Browse the repository at this point in the history
No submodule anymore
  • Loading branch information
fabiencastan authored Nov 25, 2024
1 parent 9f0b980 commit 1c239e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,6 @@ macro(add_target_properties _target _name)
set_target_properties(${_target} PROPERTIES ${_name} "${_old_properties} ${_properties}")
endmacro(add_target_properties)

# ==============================================================================
# Check that submodule have been initialized and updated
# ==============================================================================
if(ALICEVISION_USE_MESHSDFILTER AND NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/dependencies/MeshSDFilter/CMakeLists.txt)
message(FATAL_ERROR
"\n submodule(s) are missing, please update your repository:\n"
" > git submodule update -i\n")
endif()

# ==============================================================================
# Additional cmake find modules
# ==============================================================================
Expand Down

0 comments on commit 1c239e1

Please sign in to comment.