| 646 |
|
message( STATUS "PYTHON_EXECUTABLE .......... = ${PYTHON_EXECUTABLE}") |
| 647 |
|
message( STATUS "DOXYGEN_EXECUTABLE ......... = ${DOXYGEN_EXECUTABLE}") |
| 648 |
|
message( STATUS ) |
| 649 |
< |
message( STATUS "To override these options, add -D{OPTION_NAME}=... to the cmake command") |
| 650 |
< |
message( STATUS "Particularly useful defines are for QHULL_ROOT and FFTW3_ROOT_DIR") |
| 651 |
< |
message(STATUS) |
| 652 |
< |
message(STATUS "To build and install OpenMD, enter \"make\" and \"make install\"") |
| 649 |
> |
message( STATUS "To override these options, add -D{OPTION_NAME}=... to the cmake command" ) |
| 650 |
> |
message( STATUS "Particularly useful defines are for:") |
| 651 |
> |
message( STATUS ) |
| 652 |
> |
message( STATUS " -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} (where OpenMD will be installed)") |
| 653 |
> |
message( STATUS " -DQHULL_ROOT=/path/to/qhull") |
| 654 |
> |
message( STATUS " -DFFTW3_ROOT_DIR=/path/to/fftw3") |
| 655 |
> |
message( STATUS ) |
| 656 |
> |
message( STATUS "To build and install OpenMD, enter \"make\" and \"make install\"") |
| 657 |
> |
message( STATUS ) |