From bc6c3be31ed7944ae6bfe8cf327ec97a813ee093 Mon Sep 17 00:00:00 2001 From: Bjoern Hartmann Date: Wed, 24 Feb 2021 15:17:08 +0100 Subject: [PATCH] pts: corrected openaptx to libopenaptx --- test/pts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/CMakeLists.txt b/test/pts/CMakeLists.txt index 636b26e65..de85ee547 100644 --- a/test/pts/CMakeLists.txt +++ b/test/pts/CMakeLists.txt @@ -38,7 +38,7 @@ if (LDAC_ENCODER_FOUND) endif() # openaptx -pkg_check_modules(APTX openaptx) +pkg_check_modules(APTX libopenaptx) if (APTX_FOUND) message("HAVE_APTX") include_directories(${APTX_INCLUDE_DIRS})