Update CMakeLists.txt

This commit is contained in:
pthom 2019-12-08 19:25:12 +01:00 committed by GitHub
parent 73c3457960
commit 7abb6468e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ if (_GLFW_X11)
# Check for XInput (modern HID input) # Check for XInput (modern HID input)
if (NOT X11_Xi_INCLUDE_PATH) if (NOT X11_Xi_INCLUDE_PATH)
message(FATAL_ERROR "The XInput headers were not found (hint: install libxi-dev)") message(FATAL_ERROR "The XInput headers were not found (hint: install libxi devel package)")
endif() endif()
list(APPEND glfw_INCLUDE_DIRS "${X11_Xrandr_INCLUDE_PATH}" list(APPEND glfw_INCLUDE_DIRS "${X11_Xrandr_INCLUDE_PATH}"