mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 22:51:40 +00:00
Remove OCC version build warning
This commit is contained in:
parent
9499eda7ef
commit
4f4a8dec24
@ -3016,8 +3016,6 @@ bool STEP_PCB_MODEL::WriteGLTF( const wxString& aFileName )
|
||||
bool STEP_PCB_MODEL::WritePLY( const wxString& aFileName )
|
||||
{
|
||||
#if OCC_VERSION_HEX < 0x070700
|
||||
#warning "PLY export is not supported before OCCT 7.7.0"
|
||||
|
||||
ReportMessage( wxT( "PLY export is not supported before OCCT 7.7.0\n" ) );
|
||||
return false;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user