Flip PCM feature flag to default ON

This commit is contained in:
qu1ck 2021-10-28 21:46:33 -07:00 committed by Jon Evans
parent e48811189c
commit 94ea90b3fb
1 changed files with 1 additions and 1 deletions

View File

@ -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.