From 2e6fb7fe226d574eae788648c0070753ad2b00e1 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 30 Sep 2020 17:00:12 +0200 Subject: [PATCH] Wayland: Remove extra trailing whitespace --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e834506c..b47b2354 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,7 +56,7 @@ if (_GLFW_WAYLAND) DEPENDS ${protocol_file}) list(APPEND GLFW_WAYLAND_PROTOCOL_SOURCES ${output_file}.h) - add_custom_command(OUTPUT ${output_file}.c + add_custom_command(OUTPUT ${output_file}.c COMMAND ${WAYLAND_SCANNER_EXECUTABLE} private-code < ${protocol_file} > ${output_file}.c DEPENDS ${protocol_file})