make nanometers the default board internal units within Pcbnew

This commit is contained in:
Dick Hollenbeck 2012-10-15 00:21:31 -05:00
parent 819404614a
commit 26eab9c767
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ option(USE_PCBNEW_SEXPR_FILE_FORMAT
"Use Pcbnew s-expression file format support (default OFF)." )
option(USE_PCBNEW_NANOMETRES
"Use nanometers for Pcbnew internal units instead of deci-mils (default OFF).")
"Use nanometers for Pcbnew internal units instead of deci-mils (default ON)." ON)
option(USE_PCBNEW_SEXPR_FOOTPRINT_LIBS
"Use Pcbnew s-expression footprint library format (default OFF).")