diff options
| author | selsta <selsta@sent.at> | 2020-08-26 03:07:18 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-08-26 03:07:18 +0200 |
| commit | 03db3f96ff17a3949b3cb6268b286868eb265d08 (patch) | |
| tree | 51cebe1301b65896aee460d6f3fee44df17c7d26 | |
| parent | e65159163d91a4d5f5f0159c989108880e652670 (diff) | |
| download | monzero-gui-03db3f96ff17a3949b3cb6268b286868eb265d08.tar.gz monzero-gui-03db3f96ff17a3949b3cb6268b286868eb265d08.tar.xz monzero-gui-03db3f96ff17a3949b3cb6268b286868eb265d08.zip | |
cmake: minor message improvements
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 71fca00e..632aad2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ if(GIT_FOUND) if (upToDate) message(STATUS "Submodule '${relative_path}' is up-to-date") else() - message(FATAL_ERROR "Submodule '${relative_path}' is not using the checked head. Please update all submodules with\ngit submodule update --init --force\nor run cmake with -DMANUAL_SUBMODULES=1,\n or if you want to build from latest master run cmake with -DEV_MODE,\n or run make devmode") + message(FATAL_ERROR "Submodule '${relative_path}' is not using the checked head. Please update all submodules with\ngit submodule update --init --force --recursive\nor run cmake with -DMANUAL_SUBMODULES=1,\n or if you want to build from latest master run cmake with -DDEV_MODE=ON,\n or run make devmode") endif() endfunction () message(STATUS "Checking submodules") |
