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

This commit is contained in:
Andrey Fedorushkov 2014-04-24 09:44:27 +04:00
parent 38f36ae45c
commit 32a9a4a400
1 changed files with 1 additions and 3 deletions

View File

@ -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: