submodule.patch 926 B

1234567891011121314151617181920
  1. diff -Naur orig/AliceVision-2.0.0/src/CMakeLists.txt AliceVision-2.0.0/src/CMakeLists.txt
  2. --- a/src/CMakeLists.txt 2018-08-09 15:35:45.000000000 +0200
  3. +++ b/src/CMakeLists.txt 2018-08-31 09:30:39.637939620 +0200
  4. @@ -142,15 +142,6 @@
  5. endmacro(add_target_properties)
  6. # ==============================================================================
  7. -# Check that submodule have been initialized and updated
  8. -# ==============================================================================
  9. -if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/dependencies/osi_clp/CoinUtils)
  10. - message(FATAL_ERROR
  11. - "\n submodule(s) are missing, please update your repository:\n"
  12. - " > git submodule update -i\n")
  13. -endif()
  14. -
  15. -# ==============================================================================
  16. # Additional cmake find modules
  17. # ==============================================================================
  18. set(CMAKE_MODULE_PATH