OCC is the default cmake flag instead of OCE.
(cherry picked from commit 168a21bb43
)
This commit is contained in:
parent
4506fb2022
commit
b3c1e0330a
|
@ -84,12 +84,12 @@ option( KICAD_SCRIPTING_ACTION_MENU
|
||||||
ON )
|
ON )
|
||||||
|
|
||||||
option( KICAD_USE_OCE
|
option( KICAD_USE_OCE
|
||||||
"Build tools and plugins related to OpenCascade Community Edition (default ON)"
|
"Build tools and plugins related to OpenCascade Community Edition (default OFF)"
|
||||||
ON )
|
OFF )
|
||||||
|
|
||||||
option( KICAD_USE_OCC
|
option( KICAD_USE_OCC
|
||||||
"Build tools and plugins related to OpenCascade Technology (overrides KICAD_USE_OCE, default OFF)"
|
"Build tools and plugins related to OpenCascade Technology (overrides KICAD_USE_OCE, default ON)"
|
||||||
OFF )
|
ON )
|
||||||
|
|
||||||
option( KICAD_INSTALL_DEMOS
|
option( KICAD_INSTALL_DEMOS
|
||||||
"Install KiCad demos and examples (default ON)"
|
"Install KiCad demos and examples (default ON)"
|
||||||
|
|
Loading…
Reference in New Issue