From b80755063e6ed4313141e5fbecce30a0dc802872 Mon Sep 17 00:00:00 2001 From: Oran Juice Date: Thu, 2 Oct 2014 21:47:49 +0530 Subject: [PATCH] Stop copying word list files to build directory --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 32115c8f6..527e2bd8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,8 +43,6 @@ file(GLOB_RECURSE WALLET wallet/*) file(GLOB_RECURSE MINER miner/*) file(GLOB MNEMONICS mnemonics/*) -file(COPY "mnemonics/wordlists/" DESTINATION "${CMAKE_SOURCE_DIR}/build/release/src/wordlists") - source_group(common FILES ${COMMON}) source_group(crypto FILES ${CRYPTO}) source_group(cryptonote_core FILES ${CRYPTONOTE_CORE})