Fixed incorrect MESSAGE usage

This commit is contained in:
Rcmaniac25 2017-06-14 02:02:58 -04:00
parent e5cd3595a5
commit 3e6d77f718

View File

@ -325,7 +325,7 @@ IF(UNIX AND NOT(ANDROID OR BLACKBERRY OR FREEGLUT_WAYLAND))
CHECK_INCLUDE_FILES("${X11_Xinput_INCLUDE_PATH}/X11/extensions/XInput2.h" HAVE_X11_EXTENSIONS_XINPUT2_H)
LIST(APPEND LIBS ${X11_Xinput_LIB})
ELSE()
MESSAGE(FATAL_ERROR, "Missing X11's XInput.h (X11/extensions/XInput.h)")
MESSAGE(FATAL_ERROR "Missing X11's XInput.h (X11/extensions/XInput.h)")
ENDIF()
ENDIF()
IF(ANDROID)