aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2018-04-25 18:19:05 +0200
committerTheCharlatan <seb.kung@gmail.com>2018-09-10 22:05:37 +0200
commitcfb3046222ba2bf42732bb9806906a78bc11a49c (patch)
tree018e4e74f42769886319a66b6d047e3ffbaab1be /cmake
parentUnbound is now a submodule. Adapt depends for this. (diff)
downloadmonero-cfb3046222ba2bf42732bb9806906a78bc11a49c.tar.xz
Add Miniupnp submodule
Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp. Rebase to after the v0.12 release
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPCSC.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/FindPCSC.cmake b/cmake/FindPCSC.cmake
index b5e8420e6..081919655 100644
--- a/cmake/FindPCSC.cmake
+++ b/cmake/FindPCSC.cmake
@@ -46,8 +46,9 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(PCSC DEFAULT_MSG PCSC_LIBRARY PCSC_INCLUDE_DIR
IF(PCSC_FOUND)
SET( PCSC_LIBRARIES ${PCSC_LIBRARY} )
+ SET(PCSC_STATIC_LIBRARIES ${PCSC_STATIC_LIBRARY})
ELSE(PCSC_FOUND)
SET( PCSC_LIBRARIES )
ENDIF(PCSC_FOUND)
-MARK_AS_ADVANCED( PCSC_LIBRARY PCSC_INCLUDE_DIR )
+MARK_AS_ADVANCED( PCSC_LIBRARY PCSC_INCLUDE_DIR PCSC_STATIC_LIBRARY)