Otter CMake Build Options - Otter-Taskification/otter GitHub Wiki
Option | Description | Default |
---|---|---|
-DCMAKE_C_COMPILER=[...] |
C compiler to use | System default |
-DCMAKE_INSTALL_PREFIX=[...] |
Target installation path for Otter | /usr/local |
-DCMAKE_BUILD_TYPE=[Debug|Release] |
Build type | Debug |
-DOTF2_INSTALL_DIR=[PATH] |
Location of OTF2 installation | /opt/otf2 |
-DWITH_OMPT_PLUGIN=[ON|OFF] |
Build the OMPT plugin | OFF |
-DWITH_EXAMPLES=[ON|OFF] |
Build Otter with examples | OFF |
-DWITH_TESTS=[ON|OFF] |
Build tests | OFF |
-DWITH_VALIDATION=[ON|OFF] |
Build validation examples | OFF |