18 | | * MUSCLE_INSTALL_PREFIX - the default prefix for the installation |
19 | | * BUILD_API_DOC - determines if API documentation should be build |
20 | | * BUILD_MTO - determines if the Muscle Transport Overlay should be build |
21 | | * BUILD_JAVA - determines if the Java part of the Muscle should be build |
22 | | * BUILD_CPP - determines if the CPP part of the Muscle should be build |
| 18 | * MUSCLE_INSTALL_PREFIX - the default prefix for the installation (default: /opt/muscle) |
| 19 | * BUILD_API_DOC - determines if the API documentation should be build (default: No) |
| 20 | * BUILD_MTO - determines if the Muscle Transport Overlay should be build (default: Yes) |
| 21 | * BUILD_JAVA - determines if the Java part of the Muscle should be build (default: Yes) |
| 22 | * BUILD_CPP - determines if the CPP part of the Muscle should be build (default: Yes) |