X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=CMakeLists.txt;h=c86d4ce9cfc0bdb58a987249eed1070ca5dfae15;hb=e33e6606af674d06aeeb4d850dbec94b12baffce;hp=b4db0fdf66e0606fd19a149e2dcbdb70605e4d0f;hpb=ef093f61a149042a9b0063f66523feb907eb2e5d;p=freeglut diff --git a/CMakeLists.txt b/CMakeLists.txt index b4db0fd..c86d4ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,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)