7
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:
Jon Evans 2024-11-23 12:43:23 -05:00
parent 9499eda7ef
commit 4f4a8dec24

View File

@ -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