Move opencascade min to 7.5.0
This commit is contained in:
parent
0c529411d7
commit
4b6116cb30
|
@ -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} )
|
||||
|
|
Loading…
Reference in New Issue