Skip to content

Commit

Permalink
Merge pull request #2996 from thallerod/master
Browse files Browse the repository at this point in the history
Add missing shell command in documentation
  • Loading branch information
taketwo authored Apr 12, 2019
2 parents 8866006 + 5caeba0 commit eada6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/content/building_pcl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PCL basic settings
Let's say PCL is placed under /PATH/TO/PCL, which we will refer to as PCL_ROOT::

$ cd $PCL_ROOT
$ mkdir build
$ mkdir build && cd build
$ cmake ..

This will cause `cmake` to create a file called CMakeCache.txt in the build
Expand Down

0 comments on commit eada6bd

Please sign in to comment.