Fixed typo from merge

This commit is contained in:
Jonathan White 2016-09-29 22:49:22 -04:00
parent 5eadd10612
commit e011a6eb25

View File

@ -8,7 +8,7 @@ if(UNIX AND NOT APPLE)
endif() endif()
if(X11_FOUND AND X11_Xi_FOUND AND X11_XTest_FOUND AND Qt5X11Extras_FOUND) if(X11_FOUND AND X11_Xi_FOUND AND X11_XTest_FOUND AND Qt5X11Extras_FOUND)
add_subdirectory(x11) add_subdirectory(xcb)
endif() endif()
endif() endif()