Skip to content

Commit 0f21f50

Browse files
authored
Update INSTALL.md
1 parent e5bd05c commit 0f21f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ created by default. For a quick start most people will want,
238238

239239
```bash
240240
cd hexl
241-
cmake -S . -B build/ [-DCMAKE_INSTALL_PREFIX=<install-location-for-HEXL>]
241+
cmake -S . -B build/ [-DCMAKE_INSTALL_PREFIX=<install-location-for-HEXL>/lib/cmake/hexl-1.2.1]
242242
cmake --build build -j [<parallel-jobs>]
243243
cmake --install build
244244
```

0 commit comments

Comments
 (0)