Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 23, 2017
1 parent 2090c5b commit fab1e28
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/plugins/support/PMRSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ADD_PLUGIN(PMRSupport
${LIBGIT2_PLUGIN}
${OAUTH_PLUGIN}
WebViewerWidget
${ZLIB_PLUGIN}
zlib
PLUGIN_BINARIES
${LIBGIT2_PLUGIN_BINARY}
${OAUTH_PLUGIN_BINARY}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/ZIPSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD_PLUGIN(ZIPSupport
src
PLUGINS
Core
${ZLIB_PLUGIN}
zlib
TESTS
tests
)
2 changes: 0 additions & 2 deletions src/plugins/thirdParty/OpenSSL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ SET(OPENSSL_LIBRARIES

# Add the plugin

SET(OPENSSL_PLUGIN ${PACKAGE_NAME} PARENT_SCOPE)

ADD_PLUGIN(${PACKAGE_NAME}
SOURCES
../../plugininfo.cpp
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/thirdParty/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ SET(ZLIB_LIBRARY ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR}/lib/${IMPORT_LIBRARY} PARENT

# Add the plugin

SET(ZLIB_PLUGIN ${PACKAGE_NAME} PARENT_SCOPE)

ADD_PLUGIN(${PACKAGE_NAME}
SOURCES
../../plugininfo.cpp
Expand Down

0 comments on commit fab1e28

Please sign in to comment.