summaryrefslogtreecommitdiffstats
path: root/CMake/Wayland.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/Wayland.cmake')
-rw-r--r--CMake/Wayland.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/Wayland.cmake b/CMake/Wayland.cmake
index 42f97b3b..6647c5ee 100644
--- a/CMake/Wayland.cmake
+++ b/CMake/Wayland.cmake
@@ -35,7 +35,7 @@ find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)
35# wayland_add_protocol_client(outfiles inputfile basename) 35# wayland_add_protocol_client(outfiles inputfile basename)
36function(WAYLAND_ADD_PROTOCOL_CLIENT _sources _protocol _basename) 36function(WAYLAND_ADD_PROTOCOL_CLIENT _sources _protocol _basename)
37 if(NOT WAYLAND_SCANNER_EXECUTABLE) 37 if(NOT WAYLAND_SCANNER_EXECUTABLE)
38 message(FATAL "The wayland-scanner executable has nto been found on your system. You must install it.") 38 message(FATAL "The wayland-scanner executable has not been found on your system. You must install it.")
39 endif() 39 endif()
40 40
41 get_filename_component(_infile ${_protocol} ABSOLUTE) 41 get_filename_component(_infile ${_protocol} ABSOLUTE)
@@ -57,7 +57,7 @@ endfunction()
57# wayland_add_protocol_server(outfiles inputfile basename) 57# wayland_add_protocol_server(outfiles inputfile basename)
58function(WAYLAND_ADD_PROTOCOL_SERVER _sources _protocol _basename) 58function(WAYLAND_ADD_PROTOCOL_SERVER _sources _protocol _basename)
59 if(NOT WAYLAND_SCANNER_EXECUTABLE) 59 if(NOT WAYLAND_SCANNER_EXECUTABLE)
60 message(FATAL "The wayland-scanner executable has nto been found on your system. You must install it.") 60 message(FATAL "The wayland-scanner executable has not been found on your system. You must install it.")
61 endif() 61 endif()
62 62
63 get_filename_component(_infile ${_protocol} ABSOLUTE) 63 get_filename_component(_infile ${_protocol} ABSOLUTE)