From 32ee3bdabd8647440337e8f9a575e2c64617d995 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 20 Oct 2023 11:24:24 -0400 Subject: [PATCH] Remove errant git2 link command --- pcbnew/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/CMakeLists.txt b/pcbnew/CMakeLists.txt index 4256e4eb28..e120fc3064 100644 --- a/pcbnew/CMakeLists.txt +++ b/pcbnew/CMakeLists.txt @@ -649,7 +649,6 @@ target_link_libraries( pcbnew_kiface_objects rectpack2d gzip-hpp Boost::boost - git2 ZLIB::ZLIB ${OCC_LIBRARIES} )