From 94ea90b3fbbed444562ce10faef694bfc416ce17 Mon Sep 17 00:00:00 2001 From: qu1ck Date: Thu, 28 Oct 2021 21:46:33 -0700 Subject: [PATCH] Flip PCM feature flag to default ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 811a55a918..1cd76e8db5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,7 +144,7 @@ option( KICAD_GAL_PROFILE option( KICAD_PCM "Build Plugin and Content Manager" - OFF ) + ON ) cmake_dependent_option( KICAD_WIN32_INSTALL_PDBS "Installs debug pdb to the bin folder, DO NOT USE (NOR REQUIRED) FOR DEBUGGING THE SOURCE ON MSVC. This is purely for release building.