1
0
mirror of synced 2024-06-16 01:20:04 +02:00

Merge branch 'patch-1'

This commit is contained in:
thomas padioleau 2018-10-17 14:32:16 +02:00
commit 00344b6fa0

View File

@ -26,7 +26,7 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
endif()
endif()
if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/repo/CMakeLists.txt"
if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/repo/CMakeLists.txt")
message(FATAL_ERROR "The submodules were not downloaded! GIT_SUBMODULE was turned off or failed. Please update submodules and try again.")
endif()
```