# HG changeset patch # User Eris Caffee # Date 1365313890 18000 # Node ID ca3af0595d77903d4339c05a5840516293db5e9c # Parent 2d4c97813e0339b4bc707ce5e086f264abb65481 Typo fix. Again. diff -r 2d4c97813e03 -r ca3af0595d77 CMakeLists.txt --- a/CMakeLists.txt Sun Apr 07 00:48:57 2013 -0500 +++ b/CMakeLists.txt Sun Apr 07 00:51:30 2013 -0500 @@ -292,7 +292,7 @@ ######################################## if (Option_Xrandr) if (NOT X11_Xrandr_FOUND) - message (FATAL_ERRO "Xrandr not found!") + message (FATAL_ERROR "Xrandr not found!") endif () target_link_libraries(${App_Name} ${X11_Xrandr_LIB} @@ -303,7 +303,7 @@ ######################################## if (Option_Xinerama) if (NOT X11_Xinerama_FOUND) - message (FATAL_ERRO "Xinerama not found!") + message (FATAL_ERROR "Xinerama not found!") endif () target_link_libraries(${App_Name} ${X11_Xinerama_LIB}