Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added additional row in the CMake options table to show how to add ad…
Browse files Browse the repository at this point in the history
…itional flags, such as include paths
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Jul 28, 2023
1 parent 1d0fa8d commit fa59443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ The Swiftest CMake configuration comes with several customization options:
| Enable/Disable Coarray support (experimental) | \-DUSE_COARRAY=[ON\|**OFF**] |
| Set Fortran compiler path | \-DCMAKE_Fortran_COMPILER=/path/to/fortran/compiler |
| Set path to make program | \-DCMAKE_MAKE_PROGRAM=/path/to/make |
| Enable/Disable shared libraries (Intel only) | \-DBUILD_SHARED_LIBS=[**ON\|OFF] |
| Enable/Disable shared libraries (Intel only) | \-DBUILD_SHARED_LIBS=[**ON\|OFF] |
| Add additional include path | \-DCMAKE_Fortran_FLAGS="-I/path/to/libries |


To see a list of all possible options available to CMake:
Expand Down

0 comments on commit fa59443

Please sign in to comment.