Fixed build conditions to depend on KICAD_USE_OCE (formerly USE_OCE) and removed extra spaces
This commit is contained in:
parent
11a44388ee
commit
1848a87844
|
@ -1,5 +1,5 @@
|
|||
add_subdirectory( idftools )
|
||||
|
||||
if( USE_OCE )
|
||||
if( KICAD_USE_OCE )
|
||||
add_subdirectory( kicad2step )
|
||||
endif( USE_OCE )
|
||||
endif( KICAD_USE_OCE )
|
||||
|
|
|
@ -1145,8 +1145,6 @@ TDF_Label PCBMODEL::transferModel( Handle( TDocStd_Document )& source,
|
|||
stop.Next();
|
||||
dtop.Next();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
++id;
|
||||
|
|
Loading…
Reference in New Issue