Loading pcbnew/github/CMakeLists.txt +1 −3 Original line number Original line Diff line number Diff line Loading @@ -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: Loading Loading
pcbnew/github/CMakeLists.txt +1 −3 Original line number Original line Diff line number Diff line Loading @@ -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: Loading