Skip to content

Commit

Permalink
Update cmake.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkronberg authored May 15, 2024
1 parent 5c1d040 commit 45688e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part-2/installing/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ in separate directories.
`LD_LIBRARY_PATH` environment variable:
```bash
export LD_LIBRARY_PATH="/projappl/<project>/$USER/hello-cmake/bin:$LD_LIBRARY_PATH" # replace <project> with your CSC project, e.g. project_2001234
export LD_LIBRARY_PATH="/projappl/<project>/$USER/hello-cmake/lib:$LD_LIBRARY_PATH" # replace <project> with your CSC project, e.g. project_2001234
```
5. Retry running the program, it should now work!
Expand Down

0 comments on commit 45688e5

Please sign in to comment.