diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-19 09:48:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-19 09:48:16 +0200 |
commit | edb294ef2323c6fb7d5db872bd950cc82529caf4 (patch) | |
tree | 8974958341096abdfbe5ae58661164dc412e8694 /tests | |
parent | Merge pull request #5191 (diff) | |
parent | tests: fix cnv4-jit-test link on mac (diff) | |
download | monero-edb294ef2323c6fb7d5db872bd950cc82529caf4.tar.xz |
Merge pull request #5240
c8c154a2 tests: fix cnv4-jit-test link on mac (moneromooo-monero)
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 fd260ad59..883efb3b0 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 |