You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ make -f Makefile.manual FYPPFLAGS=-DMAXRANK=4
161
161
162
162
## Using stdlib in your project
163
163
164
-
The stdlib projects exports CMake package files and pkg-config files to make stdlib usable for other projects.
164
+
The stdlib project exports CMake package files and pkg-config files to make stdlib usable for other projects.
165
165
The package files are located in the library directory in the installation prefix.
166
166
167
167
For CMake builds of stdlib you can find a local installation with
@@ -176,7 +176,7 @@ target_link_libraries(
176
176
)
177
177
```
178
178
179
-
to make the installed stdlib project discoverable add the stdlib directory to the ``CMAKE_PREFIX_PATH``.
179
+
To make the installed stdlib project discoverable add the stdlib directory to the ``CMAKE_PREFIX_PATH``.
180
180
The usual install localtion of the package files is ``$PREFIX/lib/cmake/fortran_stdlib``.
181
181
182
182
For non-CMake build systems (like make) you can use the exported pkg-config file by setting ``PKG_CONFIG_PATH`` to include the directory containing the exported pc-file.
0 commit comments