changed remaining cmake options to have SLS_ prefix

This commit is contained in:
2019-02-14 15:42:04 +01:00
parent c91c2c224a
commit aaae6d854c
3 changed files with 6 additions and 6 deletions

View File

@ -377,7 +377,7 @@ Use the following as an example to compile statically and using specific hdf5
folder
\begin{verbatim}
$ HDF5_ROOT=/opt/hdf5v1.10.0 cmake ../slsDetectorPackage
-DCMAKE_BUILD_TYPE=Debug -DUSE_HDF5=ON
-DCMAKE_BUILD_TYPE=Debug -DSLS_USE_HDF5=ON
\end{verbatim}
After compiling, the libraries and executables will be found at `bin` directory