From ade1c5d19d266530fedb155f08ad787945c6a4f6 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 21 May 2019 15:44:07 +0200 Subject: [PATCH] improve whitespaces --- src/Gui/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Gui/CMakeLists.txt b/src/Gui/CMakeLists.txt index a315888651..9dc04247f8 100644 --- a/src/Gui/CMakeLists.txt +++ b/src/Gui/CMakeLists.txt @@ -114,8 +114,8 @@ else() endif() IF(SPNAV_FOUND) - if(SPNAV_USE_X11) - add_definitions(-DSPNAV_USE_X11) + if(SPNAV_USE_X11) + add_definitions(-DSPNAV_USE_X11) if (BUILD_QT5 AND UNIX AND NOT APPLE) find_package(Qt5X11Extras REQUIRED) include_directories(${Qt5X11Extras_INCLUDE_DIRS}) @@ -144,9 +144,9 @@ IF(SPNAV_FOUND) 3Dconnexion/GuiAbstractNativeEvent.h 3Dconnexion/GuiNativeEventLinux.h ) - endif(SPNAV_USE_X11) + endif(SPNAV_USE_X11) SOURCE_GROUP("3D connexion SDK" FILES ${FreeCADGui_SDK_SRCS}) - + add_definitions(-DSPNAV_FOUND) include_directories( ${SPNAV_INCLUDE_DIR}