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

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

parent 38f36ae4
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -54,9 +54,7 @@ set( GITHUB_PLUGIN_SRCS
    github_plugin.cpp
    github_plugin.cpp
    )
    )


add_library( github_plugin
add_library( github_plugin STATIC ${GITHUB_PLUGIN_SRCS} )
    github_plugin.cpp
    )


# No, you don't get github without boost and openssl. Boost_LIBRARIES now moved up
# No, you don't get github without boost and openssl. Boost_LIBRARIES now moved up
# into CMakeLists.txt for pcbnew and cvpcb:
# into CMakeLists.txt for pcbnew and cvpcb: