From b3c1e0330a74690602d781d3bdbcb1f7c5598ea1 Mon Sep 17 00:00:00 2001 From: Eeli Kaikkonen Date: Mon, 17 May 2021 12:40:44 +0300 Subject: [PATCH] OCC is the default cmake flag instead of OCE. (cherry picked from commit 168a21bb43c27dbd9f5036a56838b93523194054) --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21bebddbb1..a009957695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,12 +84,12 @@ option( KICAD_SCRIPTING_ACTION_MENU ON ) option( KICAD_USE_OCE - "Build tools and plugins related to OpenCascade Community Edition (default ON)" - ON ) + "Build tools and plugins related to OpenCascade Community Edition (default OFF)" + OFF ) option( KICAD_USE_OCC - "Build tools and plugins related to OpenCascade Technology (overrides KICAD_USE_OCE, default OFF)" - OFF ) + "Build tools and plugins related to OpenCascade Technology (overrides KICAD_USE_OCE, default ON)" + ON ) option( KICAD_INSTALL_DEMOS "Install KiCad demos and examples (default ON)"