diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf96fea75..36ebda993c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )