Reword the new option warning

This commit is contained in:
Marek Roszko 2021-07-14 23:44:49 -04:00
parent c794a6ce7a
commit 252647e93c
1 changed files with 3 additions and 2 deletions

View File

@ -146,8 +146,9 @@ option( KICAD_GAL_PROFILE
"Enable profiling info for GAL"
OFF )
cmake_dependent_option( KICAD_WIN32_INSTALL_PDBS
"Installs debug pdb to the bin folder, NOT REQUIRED FOR DEBUGGING THE SOURCE ON MSVC. This is purely for release building."
cmake_dependent_option( KICAD_WIN32_INSTALL_PDB
"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."
OFF "WIN32"
OFF )