Skip to content

Commit

Permalink
Merge pull request #5 from ibois-epfl/tslam_after_cmake_merge_guli
Browse files Browse the repository at this point in the history
TSlam cmake modif for ac intergration
  • Loading branch information
9and3 authored Sep 21, 2023
2 parents 5162814 + 29b1d98 commit df760db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/external_tools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ function(download_submodule_project project_name)
execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive --remote -- deps/${project_name}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
RESULT_VARIABLE GIT_SUBMOD_RESULT)

if(NOT GIT_SUBMOD_RESULT EQUAL "0")
message(FATAL_ERROR "git submodule update --init --recursive --remote failed with ${GIT_SUBMOD_RESULT}, please checkout submodules")
endif()
Expand Down

0 comments on commit df760db

Please sign in to comment.