@ -178,7 +178,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
endif ( )
# m a k e s u r e a l l t h e n e c e s s a r y s u b m o d u l e s h a v e b e e n s e t u p
if ( NOT EXISTS ${ dfhack_SOURCE_DIR } /library/xml/codegen.pl OR NOT EXISTS ${ dfhack_SOURCE_DIR } /depends/clsocket/CMakeLists.txt )
if ( NOT EXISTS ${ dfhack_SOURCE_DIR } /library/xml/codegen.pl OR NOT EXISTS ${ dfhack_SOURCE_DIR } /depends/clsocket/CMakeLists.txt OR NOT EXISTS ${ dfhack_SOURCE_DIR } /depends/libexpat/expat/CMakeLists.txt OR NOT EXISTS ${ dfhack_SOURCE_DIR } /depends/libzip/CMakeLists.txt OR NOT EXISTS ${ dfhack_SOURCE_DIR } /depends/xlsxio/CMakeLists.txt )
message ( SEND_ERROR "One or more required submodules could not be found! Run 'git submodule update --init' from the root DFHack directory. (See the section 'Getting the Code' in docs/Compile.rst)" )
endif ( )