Flip PCM feature flag to default ON
This commit is contained in:
parent
e48811189c
commit
94ea90b3fb
|
@ -144,7 +144,7 @@ option( KICAD_GAL_PROFILE
|
||||||
|
|
||||||
option( KICAD_PCM
|
option( KICAD_PCM
|
||||||
"Build Plugin and Content Manager"
|
"Build Plugin and Content Manager"
|
||||||
OFF )
|
ON )
|
||||||
|
|
||||||
cmake_dependent_option( KICAD_WIN32_INSTALL_PDBS
|
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.
|
"Installs debug pdb to the bin folder, DO NOT USE (NOR REQUIRED) FOR DEBUGGING THE SOURCE ON MSVC. This is purely for release building.
|
||||||
|
|
Loading…
Reference in New Issue