Commit 32a9a4a4 authored by Andrey Fedorushkov's avatar Andrey Fedorushkov

fix not correct build if BUILD_GITHUB_PLUGIN=ON in linux rpm-based distro

parent 38f36ae4
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment