Skip to content
Snippets Groups Projects
Commit 729201ab authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo reported in #1199

parent ab8215a6
No related branches found
No related tags found
No related merge requests found
...@@ -137,9 +137,9 @@ simply loading the appropriate module before building LAMMPS. ...@@ -137,9 +137,9 @@ simply loading the appropriate module before building LAMMPS.
-D CMAKE_C_COMPILER=name # name of C compiler -D CMAKE_C_COMPILER=name # name of C compiler
-D CMAKE_Fortran_COMPILER=name # name of Fortran compiler :pre -D CMAKE_Fortran_COMPILER=name # name of Fortran compiler :pre
-D CMAKE_CXX_FlAGS=string # flags to use with C++ compiler -D CMAKE_CXX_FLAGS=string # flags to use with C++ compiler
-D CMAKE_C_FlAGS=string # flags to use with C compiler -D CMAKE_C_FLAGS=string # flags to use with C compiler
-D CMAKE_Fortran_FlAGS=string # flags to use with Fortran compiler :pre -D CMAKE_Fortran_FLAGS=string # flags to use with Fortran compiler :pre
By default CMake will use a compiler it finds and it will add By default CMake will use a compiler it finds and it will add
optimization flags appropriate to that compiler and any "accelerator optimization flags appropriate to that compiler and any "accelerator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment