Browse Source
Remove KICAD_OCC build option
Remove KICAD_OCC build option
We don't really support builds without OCC these days. Removing to clear up build flags and settings7.0
6 changed files with 15 additions and 67 deletions
-
12CMakeLists.txt
-
25CMakeSettings.json.sample
-
9common/build_version.cpp
-
2kicad/CMakeLists.txt
-
3plugins/3d/CMakeLists.txt
-
3utils/CMakeLists.txt
@ -1,6 +1,3 @@ |
|||
add_subdirectory( idf ) |
|||
add_subdirectory( vrml ) |
|||
|
|||
if( KICAD_USE_OCC ) |
|||
add_subdirectory( oce ) |
|||
endif( KICAD_USE_OCC ) |
Write
Preview
Loading…
Cancel
Save
Reference in new issue