Skip to content

Commit

Permalink
Document CMAKE_INSTALL_PREFIX. (#85)
Browse files Browse the repository at this point in the history
Instead of CMAKE_INSTALL_{LIB,BIN}DIR.
  • Loading branch information
twifkak committed Mar 5, 2021
1 parent 59735d7 commit 1559f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Simple cmake project.
```ShellSession
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=some/lib/dir -DCMAKE_INSTALL_BINDIR=some/bin/dir
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=path/to/usr
$ make sxg
$ sudo make install
```
Expand Down

0 comments on commit 1559f01

Please sign in to comment.