gcontini
2019-11-24 9aa08adb3d49cf4cffd0d1dd5a479d3b757f52cc
cmake/Findlcc.cmake
@@ -65,12 +65,12 @@
          option(GIT_SUBMODULE "Check submodules during build" ON)
          if(GIT_SUBMODULE)
              message(STATUS "Submodule update")
#              execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
#                              WORKING_DIRECTORY ${CMAKE_CURRENT_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")
#              endif()
              execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive
                              WORKING_DIRECTORY ${CMAKE_CURRENT_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")
              endif()
          endif()
      endif()
      if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/license-generator/CMakeLists.txt")