Fix typo in the new option
This commit is contained in:
parent
252647e93c
commit
1edba867b9
|
@ -146,7 +146,7 @@ option( KICAD_GAL_PROFILE
|
||||||
"Enable profiling info for GAL"
|
"Enable profiling info for GAL"
|
||||||
OFF )
|
OFF )
|
||||||
|
|
||||||
cmake_dependent_option( KICAD_WIN32_INSTALL_PDB
|
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.
|
||||||
MSVC can find the PDBs without this."
|
MSVC can find the PDBs without this."
|
||||||
OFF "WIN32"
|
OFF "WIN32"
|
||||||
|
|
Loading…
Reference in New Issue