gcontini
2020-03-21 b939d1a0b6b375ea5bae54d83a1cb89eb888c75a
cmake/Findlcc.cmake
@@ -67,7 +67,7 @@
          if(GIT_SUBMODULE)
              message(STATUS "Submodule update")
              execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
                              WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
                              WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
                              RESULT_VARIABLE GIT_SUBMOD_RESULT)
              if(NOT GIT_SUBMOD_RESULT EQUAL "0")
                  set(failure_messge  "git submodule update --init failed with ${GIT_SUBMOD_RESULT}, please checkout submodules")