aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-06 15:29:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-06 15:29:55 +0000
commitc8c154a2c95b30a10a8e06921425598452a4c935 (patch)
treecbca16d020b00205c1a79d396cc28d37d6187be8
parentMerge pull request #4852 (diff)
downloadmonero-c8c154a2c95b30a10a8e06921425598452a4c935.tar.xz
tests: fix cnv4-jit-test link on mac
-rw-r--r--tests/crypto/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/crypto/CMakeLists.txt b/tests/crypto/CMakeLists.txt
index 8789cb552..f4612ab4c 100644
--- a/tests/crypto/CMakeLists.txt
+++ b/tests/crypto/CMakeLists.txt
@@ -56,7 +56,6 @@ add_test(
add_executable(cnv4-jit-tests cnv4-jit.c)
target_link_libraries(cnv4-jit-tests
PRIVATE
- crypto
common
${EXTRA_LIBRARIES})
set_property(TARGET cnv4-jit-tests