From 66df172a6923f7dfbba68f9b75ff8163cd4353c8 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 1 Feb 2022 14:55:26 +1100 Subject: [PATCH] CMake: [nfc] remove excess blank line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Squashes a “[C0305] too many newlines between statements” `cmake-lint` warning. --- lib/neatogen/CMakeLists.txt | 1 - plugin/gd/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/neatogen/CMakeLists.txt b/lib/neatogen/CMakeLists.txt index 6167fe02e..039cfca9b 100644 --- a/lib/neatogen/CMakeLists.txt +++ b/lib/neatogen/CMakeLists.txt @@ -88,7 +88,6 @@ if(with_ipsepcola) ) endif() - add_library(neatogen STATIC ${SOURCES} ) diff --git a/plugin/gd/CMakeLists.txt b/plugin/gd/CMakeLists.txt index 5d4f633a7..018c71baf 100644 --- a/plugin/gd/CMakeLists.txt +++ b/plugin/gd/CMakeLists.txt @@ -50,7 +50,6 @@ if(GD_FOUND) SOVERSION ${GRAPHVIZ_PLUGIN_VERSION} ) - if(MINGW) # work around https://gitlab.kitware.com/cmake/cmake/-/issues/21716 set_target_properties(gvplugin_gd PROPERTIES -- 2.40.0