Move opencascade min to 7.5.0

This commit is contained in:
Mark Roszko 2023-08-19 02:26:45 +00:00
parent 0c529411d7
commit 4b6116cb30
1 changed files with 2 additions and 2 deletions

View File

@ -798,10 +798,10 @@ if( NOT OCC_FOUND )
" OpenCASCADE was not found!\n"
"================================================================\n")
endif()
if( OCC_VERSION_STRING VERSION_LESS 7.3.0 )
if( OCC_VERSION_STRING VERSION_LESS 7.5.0 )
MESSAGE( FATAL_ERROR "================================================================\n"
"OpenCASCADE version ${OCC_VERSION_STRING} was found.\n"
" KiCad requires a minimum version of 7.3.0\n"
" KiCad requires a minimum version of 7.5.0\n"
"================================================================\n")
endif()
include_directories( SYSTEM ${OCC_INCLUDE_DIR} )