Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
  • Loading branch information
benegee and sloede authored Oct 5, 2023
1 parent 41fd23c commit fcf373f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,10 @@ A CMake module for the discovery of an installed libtrixi library is provided wi
[`cmake/FindLibTrixi.cmake`](https://github.com/trixi-framework/libtrixi/tree/main/cmake/FindLibTrixi.cmake).
Before calling `find_package(LibTrixi)`, the CMake variable `LIBTRIXI_PREFIX` has to be set to
`<install_directory>`. An example `CMakeLists.txt` can be found in
[`examples/CMakeListsExternal.txt`](https://github.com/trixi-framework/libtrixi/tree/main/examples/CMakeListsExternal.txt).
[`examples/external/CMakeLists.txt`](https://github.com/trixi-framework/libtrixi/tree/main/examples/external/CMakeLists.txt).
To see the commands required to build an example program with this CMake project,
please refer to
[`examples/external/build.sh`](https://github.com/trixi-framework/libtrixi/tree/main/examples/external/build.sh).

#### Note on thread-local storage (TLS)

Expand Down

0 comments on commit fcf373f

Please sign in to comment.