Skip to content

CMake: Add DISABLE_PKGS option.

Tóth János requested to merge g0mb4/trunk:disable_pkgs into master

Comma-separated list of disabled packages from 'pkg', 'preprocessing' or 'postprocessing', if empty all packages will be built. It speeds up the compilation. Use only for development.

The packages common and dem are required to run, but the project can be compiled without them.

Example:

  cmake -DDISABLE_PKGS=fem,pfv,image

the 'fem', 'pfv' and 'image' packages won't be built.

Disabling packages can break tests.

Edited by Janek Kozicki

Merge request reports