Fix typo in CMake error message

This commit is contained in:
Ian McInerney 2019-11-24 21:25:40 +00:00
parent f7ded3040c
commit 8bd2765f38
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ elseif( KICAD_USE_OCC )
find_package(OpenCASCADE)
if( NOT OCC_FOUND )
MESSAGE( FATAL_ERROR "================================================================\n"
" KICAD_USE_OCC=True but OpenCASCADE was no found!\n"
" KICAD_USE_OCC=True but OpenCASCADE was not found!\n"
"================================================================\n")
endif()
if( OCC_VERSION_STRING VERSION_LESS 6.8.0 )