~singpolyma/biboumi

649ebaf1b90a10ddf6da07b28a9b9b7a74297588 — Florent Le Coz 8 years ago cc6a229
Suggest the command git submodule update --init
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 66,7 66,7 @@ endif()
if(NOT IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/louloulibs" OR
    NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/louloulibs/CMakeLists.txt")
  message(FATAL_ERROR "louloulibs/ not found or empty. Make sure you fetched
  the submodules with 'git submodule init && git submodule update'")
  the submodules with 'git submodule update --init'")
endif()
add_subdirectory("louloulibs")
include_directories("louloulibs")