]> git.lyx.org Git - lyx.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Fri, 16 Dec 2022 20:40:59 +0000 (15:40 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 16 Dec 2022 20:40:59 +0000 (15:40 -0500)
CMakeLists.txt

index 26f182df02052a465652e1844cc37a59568fd6f9..d2435b81be1579263be6bb2aeae47360a6e8a963 100644 (file)
@@ -834,7 +834,7 @@ if(LYX_USE_QT MATCHES "QT6|QT5")
                if (LYX_USE_QT MATCHES "QT6")
                        get_target_property(QT_MOC_EXECUTABLE Qt6::moc LOCATION)
                        find_package(Qt6 COMPONENTS Core5Compat REQUIRED)
-      list(REMOVE_ITEM Qt6Core5Compat_INCLUDE_DIRS ${_Qt6ZlibPrivate_OWN_INCLUDE_DIRS})
+                       list(REMOVE_ITEM Qt6Core5Compat_INCLUDE_DIRS ${_Qt6ZlibPrivate_OWN_INCLUDE_DIRS})
                        include_directories(${Qt6Core5Compat_INCLUDE_DIRS})
                        set(QtCore5CompatLibrary Qt6::Core5Compat)
                        set(QtCore5CompatModule Core5Compat)