From 32a9a4a400a276fd7228b55701ce0a766cbf34fe Mon Sep 17 00:00:00 2001 From: Andrey Fedorushkov Date: Thu, 24 Apr 2014 09:44:27 +0400 Subject: [PATCH] fix not correct build if BUILD_GITHUB_PLUGIN=ON in linux rpm-based distro --- pcbnew/github/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pcbnew/github/CMakeLists.txt b/pcbnew/github/CMakeLists.txt index 34bf3c9cef..48596231ae 100644 --- a/pcbnew/github/CMakeLists.txt +++ b/pcbnew/github/CMakeLists.txt @@ -54,9 +54,7 @@ set( GITHUB_PLUGIN_SRCS github_plugin.cpp ) -add_library( github_plugin - github_plugin.cpp - ) +add_library( github_plugin STATIC ${GITHUB_PLUGIN_SRCS} ) # No, you don't get github without boost and openssl. Boost_LIBRARIES now moved up # into CMakeLists.txt for pcbnew and cvpcb: