Suppress CMake warning about naming

This commit is contained in:
Seth Hillbrand 2021-10-15 13:32:25 -07:00
parent 81e72bafd7
commit 227f11a71e
2 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ endif()
# Find OpenCascade, required for STEP plugin and tools
if( KICAD_USE_OCC )
find_package(OpenCASCADE)
find_package(OCC)
if( NOT OCC_FOUND )
MESSAGE( FATAL_ERROR "================================================================\n"
" KICAD_USE_OCC=True but OpenCASCADE was not found!\n"