1
mirror of https://github.com/monero-project/monero synced 2024-09-05 08:08:05 +02:00

Merge pull request #5240

c8c154a2 tests: fix cnv4-jit-test link on mac (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-03-19 09:48:16 +02:00
commit edb294ef23
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -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