aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriDunk5400 <iDunk5400@users.noreply.github.com>2018-10-12 15:20:42 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-15 23:08:17 +0000
commite7f24850d56d70c18930da97bffad20710451d4a (patch)
tree626b1d432d39b3111b081dd45e19a9bddb16985e /tests
parentMerge pull request #4502 (diff)
downloadmonero-e7f24850d56d70c18930da97bffad20710451d4a.tar.xz
Fix Windows build after epee dependency change
Diffstat (limited to 'tests')
-rw-r--r--tests/functional_tests/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/functional_tests/CMakeLists.txt b/tests/functional_tests/CMakeLists.txt
index 4b21b945c..7a2a7fbd1 100644
--- a/tests/functional_tests/CMakeLists.txt
+++ b/tests/functional_tests/CMakeLists.txt
@@ -26,10 +26,6 @@
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-if(WIN32)
- set(EXTRA_LIBRARIES "${EXTRA_LIBRARIES};bcrypt")
-endif()
-
set(functional_tests_sources
main.cpp
transactions_flow_test.cpp