From 1c0bbe5d339b9f9ca36c6cdb9e3b3a28ee044a14 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 27 Nov 2018 19:27:09 +0100 Subject: [PATCH] Fix endif in qxt CMakeLists.txt --- 3rdparty/qxt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/qxt/CMakeLists.txt b/3rdparty/qxt/CMakeLists.txt index f673812ae..5196414ed 100644 --- a/3rdparty/qxt/CMakeLists.txt +++ b/3rdparty/qxt/CMakeLists.txt @@ -6,7 +6,7 @@ if (UNIX AND NOT APPLE) if (X11_FOUND) include_directories(${X11_INCLUDE_DIR}) endif(X11_FOUND) -endif(NOT APPLE) +endif(UNIX AND NOT APPLE) include_directories(${Qt5Gui_PRIVATE_INCLUDE_DIRS}) if (NOT WIN32 AND NOT APPLE)