From 6a294404c2fb3f8c574e22bf8661e4446b14322b Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Mon, 13 Jan 2020 15:44:46 -0600 Subject: [PATCH] fix marcus being very stoopid --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index e0e6046691..c88bb8a00d 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -38,7 +38,7 @@ if (NOT SERVER_ONLY AND NOT ANDROID) add_subdirectory(${DIR}) endif() -server-side plugins +# server-side plugins set(DIR "pcmCodec") add_subdirectory(${DIR}) set(DIR "hifiCodec")