diff options
| author | selsta <selsta@sent.at> | 2021-06-14 19:13:32 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-06-14 21:47:54 +0200 |
| commit | 6610f6f2dadc2e55f359fbcf52b5029b38bd71a9 (patch) | |
| tree | 948b02b2bdd1f91f0712d8ad6ff6dc8c7e79a8b7 /src/CMakeLists.txt | |
| parent | 7c379e2cdaafc0cd618dbaab466625aa76c918bf (diff) | |
| download | monzero-gui-6610f6f2dadc2e55f359fbcf52b5029b38bd71a9.tar.gz monzero-gui-6610f6f2dadc2e55f359fbcf52b5029b38bd71a9.tar.xz monzero-gui-6610f6f2dadc2e55f359fbcf52b5029b38bd71a9.zip | |
cmake: fix compilation with zxcvbn, always enable
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8587679d..4be2b814 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -48,13 +48,6 @@ if(APPLE) list(APPEND SOURCE_FILES "qt/macoshelper.mm") endif() -if(ENABLE_PASS_STRENGTH_METER) - file(GLOB PASS_STRENGTH_FILES - "zxcvbn-c/zxcvbn.h" - "zxcvbn-c/zxcvbn.c" - ) -endif() - set(EXECUTABLE_FLAG) if(MINGW) set(EXECUTABLE_FLAG WIN32) @@ -76,7 +69,6 @@ endif() set(monero_wallet_gui_sources ${SOURCE_FILES} - ${PASS_STRENGTH_FILES} ${RESOURCES} ) @@ -148,6 +140,7 @@ target_link_libraries(monero-wallet-gui openpgp qrdecoder translations + zxcvbn ) if(X11_FOUND) |
