From 913a9dcdc3cec7fbb0579ef2c8b42ed8c14699d4 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 7 Jan 2014 20:00:47 -0600 Subject: [PATCH] Fix option description, add mark_as_advanced(), and add a comment to KICAD_SKIP_BOOST --- CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8063beeff..8d4e28f413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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: