From 649ebaf1b90a10ddf6da07b28a9b9b7a74297588 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Fri, 27 Feb 2015 18:32:30 +0100 Subject: Suggest the command git submodule update --init --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 297166b..29d3c74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") -- cgit v1.2.3