Suppress CMake warning about naming
This commit is contained in:
parent
81e72bafd7
commit
227f11a71e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue