From 4e308914b2efa62a5dfcc6f5a6e3d8d074dbe7bd Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 20 Jul 2016 11:37:30 -0700 Subject: [PATCH] when cmake is told SERVER_ONLY, still build server-side plugins --- plugins/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index f766f32efe..1e2a672107 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -33,12 +33,3 @@ set(DIR "pcmCodec") add_subdirectory(${DIR}) set(DIR "hifiCodec") add_subdirectory(${DIR}) - - -# foreach(DIR ${PLUGIN_SUBDIRS}) -# if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${DIR}") -# add_subdirectory(${DIR}) -# message("XXXXXXXXXXXXXXXXX" ${DIR}) -# endif() -# endforeach() -