also check for xml submodule
This commit is contained in:
parent
f856e9865c
commit
6d2671900b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ endif()
|
||||||
|
|
||||||
# Download submodules if needed
|
# Download submodules if needed
|
||||||
|
|
||||||
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/src/configparser/CMakeLists.txt OR NOT EXISTS ${CMAKE_SOURCE_DIR}/src/cppgtfs/CMakeLists.txt)
|
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/src/configparser/CMakeLists.txt OR NOT EXISTS ${CMAKE_SOURCE_DIR}/src/cppgtfs/CMakeLists.txt OR NOT EXISTS ${CMAKE_SOURCE_DIR}/src/xml/pfxml.h)
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND git submodule update --init --recursive
|
COMMAND git submodule update --init --recursive
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue