Fix option description, add mark_as_advanced(), and add a comment to KICAD_SKIP_BOOST
This commit is contained in:
parent
c1e68436f1
commit
a2a723ddf6
|
@ -39,11 +39,13 @@ option( KICAD_BUILD_STATIC
|
|||
"Builds Kicad and all libraries static (except wx-widgets)"
|
||||
)
|
||||
|
||||
# WARNING: KiCad developers strongly advise you to build Boost with supplied patches,
|
||||
# as it is known to work with KiCad. Other versions may contain bugs that may result
|
||||
# in KiCad errors.
|
||||
option( KICAD_SKIP_BOOST
|
||||
"Skips building the required boost library components.
|
||||
WARNING: KiCad developers strongly advise you to build the bundled boost library, as it is
|
||||
known to work with KiCad. Other versions may contain bugs that may result in KiCad errors."
|
||||
"Skip building downloaded Boost library components, use Boost from your system."
|
||||
)
|
||||
mark_as_advanced( KICAD_SKIP_BOOST ) # Normal builders should build Boost.
|
||||
|
||||
|
||||
# when option KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES is enabled:
|
||||
|
|
Loading…
Reference in New Issue