fix not correct build if BUILD_GITHUB_PLUGIN=ON in linux rpm-based distro
This commit is contained in:
parent
38f36ae45c
commit
32a9a4a400
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue