mirror of
1
0
Fork 0

Merge branch 'patch-1'

This commit is contained in:
thomas padioleau 2018-10-17 14:32:16 +02:00
commit 00344b6fa0
1 changed files with 1 additions and 1 deletions

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()
```