...
cmake options | doc | default |
---|---|---|
CMAKE_INSTALL_PREFIX | where you want to install your ecflow | /usr/local |
CMAKE_BUILD_TYPE | to select the type of compilation:
| Release |
CMAKE_CXX_FLAGS | More flags for the C++ compiler | |
ENABLE_PYTHON | enable python interface | on |
ENABLE_UI | enable build of ecflowUI (requires QT) | on |
CMAKE_PREFIX_PATH | Use to provide path to install prefix of Qt 5 installation. See http://doc.qt.io/qt-5/cmake-manual.html for further details. | |
ENABLE_GUI | enable build of ecflowview( requires X11 and motif) | on |
ENABLE_ALL_TESTS | enable performance, migration, regression tests. | off |
BOOST_ROOT | where to find boost ( if non-standard installation ) If not specified cmake will look for an environment variable of the same name. |
...