Skip to content

Commit e5c73d2

Browse files
committed
updated usage example version
1 parent 663bcea commit e5c73d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,20 @@ Besides full CMake support, this branch provides the following additions:
4444
- (optional) METIS
4545
- (optional) TBB prior to version 2021.4
4646

47-
## Usage
47+
## Getting Started
4848

4949
First, compile using
5050

5151
```bash
52-
$ cmake . -B build/
52+
$ cmake -S . -B build/
5353
$ cmake --build build/
5454
```
5555

5656
Then, one can consume SuiteSparse either directly from the build directory or
5757
after installing the project as follows:
58+
5859
```cmake
59-
find_package (SuiteSparse 5.10 NO_MODULE)
60+
find_package (SuiteSparse 5.12 NO_MODULE)
6061
6162
add_executable (myexe main.cpp)
6263
target_link_libraries (myexe PRIVATE SuiteSparse::CHOLMOD)

0 commit comments

Comments
 (0)