From fa594430f7a9fafae0da9952ca70cce0dd9008e7 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:08:28 -0400 Subject: [PATCH] Added additional row in the CMake options table to show how to add aditional flags, such as include paths --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 246ff5b9c..1f8c2e75f 100644 --- a/README.md +++ b/README.md @@ -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: