diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-09-14 11:33:43 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-14 11:33:43 -0500 |
| commit | dea513fc8486af247b6291f2ec980801d69a4644 (patch) | |
| tree | df82e95f6d4f20ad53fb0fc406adff57a669eb2c | |
| parent | 55759545d1824f51d3a18986cfaf5e47810fd71b (diff) | |
| parent | 03db3f96ff17a3949b3cb6268b286868eb265d08 (diff) | |
| download | monzero-gui-dea513fc8486af247b6291f2ec980801d69a4644.tar.gz monzero-gui-dea513fc8486af247b6291f2ec980801d69a4644.tar.xz monzero-gui-dea513fc8486af247b6291f2ec980801d69a4644.zip | |
Merge pull request #3051
03db3f9 cmake: minor message improvements (selsta)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e0786825..141fcb8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,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") |
