Skip to content

Commit

Permalink
fixed an issue where the features tutorial had the same name as the f…
Browse files Browse the repository at this point in the history
…eature anchor in index

git-svn-id: svn+ssh://svn.pointclouds.org/pcl/tags/pcl-1.1.0@1822 a9d63959-f2ad-4865-b262-bf0e56cfafb6
  • Loading branch information
rbrusu committed Jul 18, 2011
1 parent 485f97c commit 14df85e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/content/how_features_work.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _features_tutorial:
.. _how_3d_features_work:

How 3D Features work in PCL
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/content/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Advanced Usage
Features
--------

* :ref:`features_tutorial`
* :ref:`how_3d_features_work`

====== ======
|fe_1| Title: **How 3D features work**
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/content/sources/FindPCL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

include(FindPackageHandleStandardArgs)
#set a suffix based on project name and version
set(PCL_SUFFIX pcl-1.0)
set(PCL_SUFFIX pcl-1.1)
#set a suffix for debug libraries
set(PCL_DEBUG_SUFFIX "-gd")

Expand Down

0 comments on commit 14df85e

Please sign in to comment.