Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CMake option

Description

Default

ENABLE_QT_DEBUGoutputs additional log messages from Qt-based modulesOFF
Path options - only required when support libraries are not installed in default locations
CMake OptionDescriptionNotes
ECCODES_PATHpath to where ecCodes has been installed 
CMAKE_PREFIX_PATH

might be required if the Qt5 libraries are not found by default. Then they it can ican be specified like this: -DCMAKE_PREFIX_PATH=/path/to/qt5/


...