aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindSameBoy.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindSameBoy.cmake')
-rw-r--r--cmake/FindSameBoy.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindSameBoy.cmake b/cmake/FindSameBoy.cmake
index 6f507e4..1fcf2ac 100644
--- a/cmake/FindSameBoy.cmake
+++ b/cmake/FindSameBoy.cmake
@@ -11,7 +11,7 @@ endif()
set(SAMEBOY_PATH ${PROJECT_SOURCE_DIR}/deps/SameBoy)
if(NOT EXISTS ${SAMEBOY_PATH}/README.md)
- message(FATAL_ERROR "Unable to find SameBoy.\n Make sure to run `git submodule update --init --recursive`")
+ message(FATAL_ERROR "Unable to find SameBoy.\n Make sure to download the submodules")
endif()