changeset 6:ca3af0595d77

Typo fix. Again.
author Eris Caffee <discordia@eldalin.com>
date Sun, 07 Apr 2013 00:51:30 -0500
parents 2d4c97813e03
children be3fa4df4b0b
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/CMakeLists.txt	Sun Apr 07 00:48:57 2013 -0500
     1.2 +++ b/CMakeLists.txt	Sun Apr 07 00:51:30 2013 -0500
     1.3 @@ -292,7 +292,7 @@
     1.4    ########################################
     1.5    if (Option_Xrandr)
     1.6      if (NOT X11_Xrandr_FOUND)
     1.7 -      message (FATAL_ERRO "Xrandr not found!")
     1.8 +      message (FATAL_ERROR "Xrandr not found!")
     1.9      endif ()
    1.10      target_link_libraries(${App_Name}
    1.11        ${X11_Xrandr_LIB}
    1.12 @@ -303,7 +303,7 @@
    1.13    ########################################
    1.14    if (Option_Xinerama)
    1.15      if (NOT X11_Xinerama_FOUND)
    1.16 -      message (FATAL_ERRO "Xinerama not found!")
    1.17 +      message (FATAL_ERROR "Xinerama not found!")
    1.18      endif ()
    1.19      target_link_libraries(${App_Name}
    1.20        ${X11_Xinerama_LIB}