From cda0a009447900944fe8f23028646bd9f2d486f9 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Tue, 21 Sep 2021 15:55:32 -0400 Subject: [PATCH] cosmetic (edit comment) --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 9d79975..a68dafb 100755 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -29,7 +29,7 @@ elseif( APPLE ) find_library( LIBPLIST libplist-2.0.a REQUIRED ) message( "LIBPLIST" ${LIBPLIST} ) target_include_directories( airplay PRIVATE - /usr/local/include # standard and MacPorts + /usr/local/include # standard and Brew /opt/local/include # MacPorts ) endif()