From e011a6eb2524c6e901ddff4b1928842273f78c87 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Thu, 29 Sep 2016 22:49:22 -0400 Subject: [PATCH] Fixed typo from merge --- src/autotype/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autotype/CMakeLists.txt b/src/autotype/CMakeLists.txt index 1e33dd49..93447a8b 100644 --- a/src/autotype/CMakeLists.txt +++ b/src/autotype/CMakeLists.txt @@ -8,7 +8,7 @@ if(UNIX AND NOT APPLE) endif() if(X11_FOUND AND X11_Xi_FOUND AND X11_XTest_FOUND AND Qt5X11Extras_FOUND) - add_subdirectory(x11) + add_subdirectory(xcb) endif() endif()