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