From 0237ea6494eee42f598f59601aff4b9ca6e52773 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 9 May 2024 18:32:51 +0200 Subject: [PATCH] tests: fix compile --- impl/test/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/impl/test/CMakeLists.txt b/impl/test/CMakeLists.txt index c4d4f7c..62312c7 100644 --- a/impl/test/CMakeLists.txt +++ b/impl/test/CMakeLists.txt @@ -11,7 +11,7 @@ add_executable( target_link_libraries( test_correlator m - /usr/local/lib64/libliquid.a + liquid ) #------------------------------------ @@ -48,7 +48,7 @@ add_executable( target_link_libraries( test_layer1_loopback m - /usr/local/lib64/libliquid.a + liquid fftw3 fftw3f fec @@ -68,7 +68,7 @@ target_link_libraries( test_freq_est fftw3f m - /usr/local/lib64/libliquid.a + liquid ) #------------------------------------ @@ -102,7 +102,7 @@ target_link_libraries( fec fftw3f m - /usr/local/lib64/libliquid.a + liquid ) #------------------------------------ @@ -119,5 +119,5 @@ target_link_libraries( test_freq_est fftw3f m - /usr/local/lib64/libliquid.a + liquid )