diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c7ac8192..64d03656b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,7 +227,7 @@ if (_GLFW_X11) # Check for XInput (modern HID input) if (NOT X11_Xi_INCLUDE_PATH) - message(FATAL_ERROR "The XInput headers were not found") + message(FATAL_ERROR "The XInput headers were not found (hint: install libxi-dev)") endif() list(APPEND glfw_INCLUDE_DIRS "${X11_Xrandr_INCLUDE_PATH}"