diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-06 15:29:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-06 15:29:55 +0000 |
commit | c8c154a2c95b30a10a8e06921425598452a4c935 (patch) | |
tree | cbca16d020b00205c1a79d396cc28d37d6187be8 /tests | |
parent | Merge pull request #4852 (diff) | |
download | monero-c8c154a2c95b30a10a8e06921425598452a4c935.tar.xz |
tests: fix cnv4-jit-test link on mac
Diffstat (limited to 'tests')
-rw-r--r-- | tests/crypto/CMakeLists.txt | 1 |
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 |