← Back to team overview

kicad-developers team mailing list archive

Build failure

 

What does this mean:

By not providing "FindOCE.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OCE", but
CMake did not find one.

Could not find a package configuration file provided by "OCE" (requested
version 0.16) with any of the following names:

OCEConfig.cmake
oce-config.cmake

Add the installation prefix of "OCE" to CMAKE_PREFIX_PATH or set "OCE_DIR"
to a directory containing one of the above files. If "OCE" provides a
separate development package or SDK, be sure it has been installed.

I thought I had avoided this stuff by specifying:

    -DKICAD_USE_OCE=OFF \

but it seems to be back.

Follow ups